Error en timer sms
parent
183d18bbb7
commit
847dd78c1c
|
|
@ -78,8 +78,8 @@ void setup() {
|
|||
|
||||
Utiles::printCOM("Datos gps validos...");
|
||||
//envia mensaje inicial------------------------------
|
||||
//report.enviaInfo();
|
||||
//report.enviaData();
|
||||
report.enviaInfo();
|
||||
report.enviaData();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ void ReporteManager::procesa()
|
|||
{
|
||||
enviaInfo();
|
||||
}
|
||||
if (Utiles::isTime(&timerInf, conf->TimerGPRS))
|
||||
if (Utiles::isTime(&timerGPRS, conf->TimerGPRS))
|
||||
{
|
||||
enviaDataGPRS();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue