Update generated protos & has_wifi #979

https://github.com/meshtastic/Meshtastic-device/issues/979
This commit is contained in:
Jm Casler
2021-12-09 11:47:42 -08:00
parent 1156a3406e
commit 3d4e4bfa50
6 changed files with 95 additions and 50 deletions

View File

@@ -245,6 +245,10 @@ void NodeDB::init()
preferences.end();
DEBUG_MSG("Number of Device Reboots: %d\n", myNodeInfo.reboot_count);
/* The ESP32 has a wifi radio. This will need to be modified at some point so
* the test isn't so simplistic.
*/
myNodeInfo.has_wifi = true;
#endif
resetRadioConfig(); // If bogus settings got saved, then fix them