Fix bugs
This commit is contained in:
@@ -67,6 +67,8 @@ void loop() {
|
||||
return;
|
||||
}
|
||||
|
||||
SerialAT.begin(rate);
|
||||
|
||||
// Access AT commands from Serial Monitor
|
||||
SerialMon.println(F("***********************************************************"));
|
||||
SerialMon.println(F(" You can now send AT commands"));
|
||||
|
@@ -12,10 +12,11 @@
|
||||
// Select your modem:
|
||||
#define TINY_GSM_MODEM_SIM800
|
||||
//#define TINY_GSM_MODEM_SIM900
|
||||
//#define TINY_GSM_MODEM_A6
|
||||
//#define TINY_GSM_MODEM_M590
|
||||
|
||||
// Increase buffer fo see less commands
|
||||
#define GSM_RX_BUFFER 256
|
||||
#define TINY_GSM_RX_BUFFER 256
|
||||
|
||||
#include <TinyGsmClient.h>
|
||||
#include <StreamDebugger.h>
|
||||
|
Reference in New Issue
Block a user