fix: the device is not work after reconnect wifi#184
Open
mrthiti wants to merge 1 commit intoMixiaoxiao:masterfrom
Open
fix: the device is not work after reconnect wifi#184mrthiti wants to merge 1 commit intoMixiaoxiao:masterfrom
mrthiti wants to merge 1 commit intoMixiaoxiao:masterfrom
Conversation
d46c805 to
1527302
Compare
Author
|
@Mixiaoxiao Could you review this one please. |
paullj1
added a commit
to paullj1/Arduino-HomeKit-ESP8266
that referenced
this pull request
Feb 25, 2023
- Might fix Mixiaoxiao#103, Mixiaoxiao#139, Mixiaoxiao#147, Mixiaoxiao#184, Mixiaoxiao#198 - Also adds changes by @ruleechen - Also adds changes by @thiti-y
Izumiko
pushed a commit
to Izumiko/Arduino-HomeKit-ESP8266
that referenced
this pull request
May 10, 2024
- Might fix Mixiaoxiao#103, Mixiaoxiao#139, Mixiaoxiao#147, Mixiaoxiao#184, Mixiaoxiao#198 - Also adds changes by @ruleechen - Also adds changes by @thiti-y
yelili422
added a commit
to yelili422/Arduino-HomeKit-ESP8266
that referenced
this pull request
Jun 25, 2024
sebasanblas
added a commit
to sebasanblas/Arduino-HomeKit-ESP8266
that referenced
this pull request
Jan 1, 2025
* fix: It base64 error if use with WifiManager * fix: the device is not work after reconnect wifi * Remove logging * Add debug back in, but make default "no log" * Fix complete annihilation of storage on new pair - Might fix Mixiaoxiao#103, Mixiaoxiao#139, Mixiaoxiao#147, Mixiaoxiao#184, Mixiaoxiao#198 - Also adds changes by @ruleechen - Also adds changes by @thiti-y * Fix incorrect access of global var --------- Co-authored-by: thiti yamsung <mr.thiti.y@gmail.com> Co-authored-by: Paul Jordan <paullj1@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When Wifi lost connection and then reconnected. The device is not work after that.
Fixed: #139