mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
debugging GPIO wake on heltec- seems fine.
This commit is contained in:
@@ -78,6 +78,12 @@ void NodeDB::resetRadioConfig()
|
||||
memcpy(&channelSettings.psk, &defaultpsk, sizeof(channelSettings.psk));
|
||||
strcpy(channelSettings.name, "Default");
|
||||
}
|
||||
|
||||
// temp hack for quicker testing
|
||||
/*
|
||||
radioConfig.preferences.screen_on_secs = 30;
|
||||
radioConfig.preferences.wait_bluetooth_secs = 30;
|
||||
*/
|
||||
}
|
||||
|
||||
void NodeDB::init()
|
||||
|
||||
Reference in New Issue
Block a user