Browse Source

Decrease delay

v_master
Volodymyr Shymanskyy 6 years ago
parent
commit
e6495355d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/AT_Debug/AT_Debug.ino

+ 1
- 1
tools/AT_Debug/AT_Debug.ino View File

@ -39,7 +39,7 @@ uint32_t rate = 0; // Set to 0 for Auto-Detect
void setup() { void setup() {
// Set console baud rate // Set console baud rate
SerialMon.begin(115200); SerialMon.begin(115200);
delay(5000);
delay(3000);
} }
void loop() { void loop() {


Loading…
Cancel
Save