1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-06-01 07:10:33 -07:00

FW rev 3.3.0

This commit is contained in:
Peter Antypas 2021-10-19 21:47:35 -07:00
parent 54871a7c77
commit 683013cee4
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include "TXPowerSettings.h" #include "TXPowerSettings.h"
#define FW_REV "3.2.0" #define FW_REV "3.3.0"
/* /*

View File

@ -181,6 +181,7 @@ void Configuration::resetToDefaults()
{ {
bsp_erase_station_data(); bsp_erase_station_data();
reportStationData(); reportStationData();
mFlags = {0};
bsp_erase_config_flags(); bsp_erase_config_flags();
} }