Skip to content

Commit

Permalink
Remove redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Aug 21, 2024
1 parent 508a27e commit 7bb0f4e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions examples/ATdebug/ATdebug.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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 <TinyGsmClient.h>
#include "Arduino.h"

#ifdef DUMP_AT_COMMANDS // if enabled it requires the streamDebugger lib
#include <StreamDebugger.h>
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,
Expand Down

0 comments on commit 7bb0f4e

Please sign in to comment.