From 7bb0f4ef91533e3f7484004d9f7d14eca4e729d2 Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Wed, 21 Aug 2024 10:15:56 +0800 Subject: [PATCH] Remove redundancy --- examples/ATdebug/ATdebug.ino | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/examples/ATdebug/ATdebug.ino b/examples/ATdebug/ATdebug.ino index afbcec8..c41f5de 100644 --- a/examples/ATdebug/ATdebug.ino +++ b/examples/ATdebug/ATdebug.ino @@ -6,23 +6,9 @@ * @date 2023-10-26 * */ -#define TINY_GSM_RX_BUFFER 1024 // Set RX buffer to 1Kb - -// See all AT commands, if wanted -#define DUMP_AT_COMMANDS - #include "utilities.h" -#include #include "Arduino.h" -#ifdef DUMP_AT_COMMANDS // if enabled it requires the streamDebugger lib -#include -StreamDebugger debugger(SerialAT, Serial); -TinyGsm modem(debugger); -#else -TinyGsm modem(SerialAT); -#endif - uint32_t AutoBaud() { static uint32_t rates[] = {115200, 9600, 57600, 38400, 19200, 74400, 74880,