Update banner to tell me when i'm using serial output

This commit is contained in:
wallali
2023-04-15 04:22:59 +01:00
parent 3e16378993
commit accd8f5730
+3
View File
@@ -9,6 +9,9 @@ void CommandLine::RunSetup() {
Serial.println(F("\n\n--------------------------------\n"));
Serial.println(F(" ESP32 Marauder \n"));
Serial.println(" " + version_number + "\n");
#ifdef WRITE_PACKETS_SERIAL
Serial.println(F(" >> Serial \n"));
#endif
Serial.println(F(" By: justcallmekoko\n"));
Serial.println(F("--------------------------------\n\n"));