This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define TINY_GSM_MODEM_SIM800 | |
#include <SoftwareSerial.h> | |
#include <TinyGsmClient.h> | |
#include <PubSubClient.h> | |
SoftwareSerial SerialAT(2,3); // RX, TX | |
//Network details | |
const char apn[] = "my3g"; |