1.2-legacy
Kevin Hester 2021-03-18 19:40:00 +08:00
rodzic b4c379f5fc
commit cef6e248e7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -71,7 +71,7 @@ bool AdminPlugin::handleReceivedProtobuf(const MeshPacket &mp, const AdminMessag
#ifdef PORTDUINO
case AdminMessage_exit_simulator_tag:
DEBUG_MSG("Exiting simulator");
DEBUG_MSG("Exiting simulator\n");
_exit(0);
break;
#endif