57 MyDbg(F(
"MyGsmPower::begin"));
65 MyDbg(F(
"MyGsmPower::on"));
76 MyDbg(F(
"MyGsmPower::off"));
long powerOnStartSec
Timestamp of power on.
class MyData::RtcData rtcData
Data to store in the RTC memory.
int pinPower
esp8266 pin connected with pin 5 of the LM2596 modul.
void MyDbg(String info, bool fromWebServer=false, bool newline=true)
long powerOnTimeSec
Time the sim808 is on power without current millis..
MyGsmPower(MyData &data, int pin)
MyData & myData
Reference to the data.
void MyDelay(long millisDelay)
bool isPowerOn
Is the power of the sim808 switched on?
MyData myData
The global collected data.