mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-01 10:11:37 +02:00
fix night communication enable
improved different WiFi connection scenarios (STA WiFi not found, reconnect #509, redirect for AP to configuration)
This commit is contained in:
parent
07bf947ff7
commit
de4c572ee2
10 changed files with 171 additions and 164 deletions
|
@ -266,6 +266,7 @@ void app::resetSystem(void) {
|
|||
|
||||
mSendLastIvId = 0;
|
||||
mShowRebootRequest = false;
|
||||
mIVCommunicationOn = true;
|
||||
|
||||
memset(&mStat, 0, sizeof(statistics_t));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue