diff --git a/tools/FactoryReset/FactoryReset.ino b/tools/FactoryReset/FactoryReset.ino index a66a0f8..4940c7d 100644 --- a/tools/FactoryReset/FactoryReset.ino +++ b/tools/FactoryReset/FactoryReset.ino @@ -18,7 +18,6 @@ // #define TINY_GSM_MODEM_ESP8266 #include -#include // Set serial for debug console (to the Serial Monitor, speed 115200) #define SerialMon Serial @@ -31,6 +30,7 @@ //#include //SoftwareSerial SerialAT(2, 3); // RX, TX +#include StreamDebugger debugger(SerialAT, SerialMon); TinyGsm modem(debugger);