debugging GPIO wake on heltec- seems fine.

This commit is contained in:
geeksville
2020-04-17 14:30:42 -07:00
parent 04a83fd6b7
commit 5b17417e0c
2 changed files with 13 additions and 4 deletions

View File

@@ -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()