Browse Source

Fix bugs

v_master
Volodymyr Shymanskyy 8 years ago
parent
commit
0633e39c5d
2 changed files with 4 additions and 1 deletions
  1. +2
    -0
      tools/AT_Debug/AT_Debug.ino
  2. +2
    -1
      tools/Diagnostics/Diagnostics.ino

+ 2
- 0
tools/AT_Debug/AT_Debug.ino View File

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


+ 2
- 1
tools/Diagnostics/Diagnostics.ino View File

@ -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>


Loading…
Cancel
Save