mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-24 14:26:11 +02:00
0.5.102
Warning: old exports are not compatible any more! further save settings improvements (only store inverters which are existing) improved display of settings save return value made save settings asynchronous (more heap memory is free)
This commit is contained in:
parent
e1326698b9
commit
57bda044e5
9 changed files with 99 additions and 41 deletions
|
@ -374,6 +374,8 @@ void app::resetSystem(void) {
|
|||
mSendLastIvId = 0;
|
||||
mShowRebootRequest = false;
|
||||
mIVCommunicationOn = true;
|
||||
mSavePending = false;
|
||||
mSaveReboot = false;
|
||||
|
||||
memset(&mStat, 0, sizeof(statistics_t));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue