We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d1599 commit f109e8eCopy full SHA for f109e8e
1 file changed
PyPortal_ArduinoSelfTest/PyPortal_ArduinoSelfTest.ino
@@ -46,7 +46,7 @@ Adafruit_GFX_Button coin = Adafruit_GFX_Button();
46
47
void setup() {
48
Serial.begin(115200);
49
- while (!Serial);
+ //while (!Serial);
50
51
Serial.println("All Test!");
52
0 commit comments