kopia lustrzana https://github.com/meshtastic/firmware
someone made a boo-boo adding "serial_disabled", caused a nasty NPE
rodzic
5f45a10db5
commit
efd39c0f49
|
@ -317,7 +317,7 @@ void setup()
|
|||
#endif
|
||||
|
||||
#ifdef DEBUG_PORT
|
||||
if (radioConfig.preferences.serial_disabled) {
|
||||
if (!radioConfig.preferences.serial_disabled) {
|
||||
consoleInit(); // Set serial baud rate and init our mesh console
|
||||
}
|
||||
#endif
|
||||
|
|
Ładowanie…
Reference in New Issue