mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
Wait for 5 seconds for serial port on ESP32-S2/3 too...
This commit is contained in:
@@ -114,7 +114,7 @@ void esp32Setup()
|
||||
if (BLEOTA.isEmpty()) {
|
||||
DEBUG_MSG("No OTA firmware available\n");
|
||||
}else{
|
||||
DEBUG_MSG("OTA firmware version %s\n", BLEOTA);
|
||||
DEBUG_MSG("OTA firmware version %s\n", BLEOTA.c_str());
|
||||
}
|
||||
|
||||
// enableModemSleep();
|
||||
|
||||
Reference in New Issue
Block a user