Move StreamDebugger

This commit is contained in:
Volodymyr Shymanskyy
2017-09-10 23:37:33 +03:00
parent 899e90963c
commit 247f2a5cc3

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);