diff --git a/firmware/core/core.ino b/firmware/core/core.ino index dfc0911..9a69903 100644 --- a/firmware/core/core.ino +++ b/firmware/core/core.ino @@ -55,7 +55,7 @@ // Open serial communications and wait for port to open: Serial.begin(9600); -#if 1 +#if 0 // this check is only needed on the Leonardo: while (!Serial) { ; // wait for serial port to connect. Needed for Leonardo only @@ -244,6 +244,6 @@ rfid.Next(); } - // networkTask(); + networkTask(); }