Added SerialDebug Output with define
This commit is contained in:
parent
6f1be51a9e
commit
ea5a266ee2
@ -21,6 +21,7 @@ upload_flags=
|
||||
--auth=UploadTheFlag
|
||||
|
||||
build_flags=
|
||||
-D SERIAL_DEBUG
|
||||
-D DEVICE_NAME='"DE CTF Timer Prototype 1"'
|
||||
-D WIFI_CLIENT
|
||||
-D WIFI_SSID='"BND_Scanner_#42"'
|
||||
|
@ -355,6 +355,9 @@ void setup()
|
||||
|
||||
Serial.begin(9600);
|
||||
Serial.print("\n\n\n");
|
||||
#ifdef SERIAL_DEBUG
|
||||
Serial.setDebugOutput(true);
|
||||
#endif
|
||||
|
||||
if (ina219.begin())
|
||||
PowerMonitorTicker.start();
|
||||
|
Loading…
x
Reference in New Issue
Block a user