Browse Source

Move StreamDebugger

v_master
Volodymyr Shymanskyy 7 years ago
parent
commit
247f2a5cc3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/FactoryReset/FactoryReset.ino

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

@ -18,7 +18,6 @@
// #define TINY_GSM_MODEM_ESP8266
#include <TinyGsmClient.h>
#include <StreamDebugger.h>
// Set serial for debug console (to the Serial Monitor, speed 115200)
#define SerialMon Serial
@ -31,6 +30,7 @@
//#include <SoftwareSerial.h>
//SoftwareSerial SerialAT(2, 3); // RX, TX
#include <StreamDebugger.h>
StreamDebugger debugger(SerialAT, SerialMon);
TinyGsm modem(debugger);


Loading…
Cancel
Save