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:
lumapu 2023-03-18 01:37:59 +01:00
parent e1326698b9
commit 57bda044e5
9 changed files with 99 additions and 41 deletions

View file

@ -374,6 +374,8 @@ void app::resetSystem(void) {
mSendLastIvId = 0;
mShowRebootRequest = false;
mIVCommunicationOn = true;
mSavePending = false;
mSaveReboot = false;
memset(&mStat, 0, sizeof(statistics_t));
}