Decrease delay
This commit is contained in:
@@ -39,7 +39,7 @@ uint32_t rate = 0; // Set to 0 for Auto-Detect
|
||||
void setup() {
|
||||
// Set console baud rate
|
||||
SerialMon.begin(115200);
|
||||
delay(5000);
|
||||
delay(3000);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
Reference in New Issue
Block a user