mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-27 23:12:39 +00:00
Merge branch 'develop' into GPS_FixBaseUIReporting
This commit is contained in:
commit
eab01b0ac7
@ -436,6 +436,12 @@ void setup()
|
|||||||
|
|
||||||
LOG_INFO("\n\n//\\ E S H T /\\ S T / C\n");
|
LOG_INFO("\n\n//\\ E S H T /\\ S T / C\n");
|
||||||
|
|
||||||
|
#if defined(DEBUG_MUTE) && defined(DEBUG_PORT)
|
||||||
|
DEBUG_PORT.printf("\r\n\r\n//\\ E S H T /\\ S T / C\r\n");
|
||||||
|
DEBUG_PORT.printf("Version %s for %s from %s\r\n", optstr(APP_VERSION), optstr(APP_ENV), optstr(APP_REPO));
|
||||||
|
DEBUG_PORT.printf("Debug mute is enabled, there will be no serial output.\r\n");
|
||||||
|
#endif
|
||||||
|
|
||||||
initDeepSleep();
|
initDeepSleep();
|
||||||
|
|
||||||
#if defined(MODEM_POWER_EN)
|
#if defined(MODEM_POWER_EN)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user