Browse Source

Add more module options

v_master
Volodymyr Shymanskyy 7 years ago
parent
commit
9f7559f9f1
3 changed files with 15 additions and 7 deletions
  1. +5
    -2
      tools/AT_Debug/AT_Debug.ino
  2. +5
    -3
      tools/Diagnostics/Diagnostics.ino
  3. +5
    -2
      tools/FactoryReset/FactoryReset.ino

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

@ -10,8 +10,11 @@
// Select your modem: // Select your modem:
#define TINY_GSM_MODEM_SIM800 #define TINY_GSM_MODEM_SIM800
//#define TINY_GSM_MODEM_SIM900
//#define TINY_GSM_MODEM_M590
// #define TINY_GSM_MODEM_SIM900
// #define TINY_GSM_MODEM_A6
// #define TINY_GSM_MODEM_A7
// #define TINY_GSM_MODEM_M590
// #define TINY_GSM_MODEM_ESP8266
#include <TinyGsmClient.h> #include <TinyGsmClient.h>


+ 5
- 3
tools/Diagnostics/Diagnostics.ino View File

@ -11,9 +11,11 @@
// Select your modem: // Select your modem:
#define TINY_GSM_MODEM_SIM800 #define TINY_GSM_MODEM_SIM800
//#define TINY_GSM_MODEM_SIM900
//#define TINY_GSM_MODEM_A6
//#define TINY_GSM_MODEM_M590
// #define TINY_GSM_MODEM_SIM900
// #define TINY_GSM_MODEM_A6
// #define TINY_GSM_MODEM_A7
// #define TINY_GSM_MODEM_M590
// #define TINY_GSM_MODEM_ESP8266
// Increase buffer fo see less commands // Increase buffer fo see less commands
#define TINY_GSM_RX_BUFFER 256 #define TINY_GSM_RX_BUFFER 256


+ 5
- 2
tools/FactoryReset/FactoryReset.ino View File

@ -11,8 +11,11 @@
// Select your modem: // Select your modem:
#define TINY_GSM_MODEM_SIM800 #define TINY_GSM_MODEM_SIM800
//#define TINY_GSM_MODEM_SIM900
//#define TINY_GSM_MODEM_M590
// #define TINY_GSM_MODEM_SIM900
// #define TINY_GSM_MODEM_A6
// #define TINY_GSM_MODEM_A7
// #define TINY_GSM_MODEM_M590
// #define TINY_GSM_MODEM_ESP8266
#include <TinyGsmClient.h> #include <TinyGsmClient.h>
#include <StreamDebugger.h> #include <StreamDebugger.h>


Loading…
Cancel
Save