From e6495355d5faafead88f710e25a23b7e7bfc5666 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sun, 29 Apr 2018 22:23:19 +0300 Subject: [PATCH] Decrease delay --- tools/AT_Debug/AT_Debug.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/AT_Debug/AT_Debug.ino b/tools/AT_Debug/AT_Debug.ino index 56b63f7..878d7d2 100644 --- a/tools/AT_Debug/AT_Debug.ino +++ b/tools/AT_Debug/AT_Debug.ino @@ -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() {