Error en timer sms

develop
Gerardo 2023-04-18 23:11:03 +02:00
parent 183d18bbb7
commit 847dd78c1c
2 changed files with 3 additions and 3 deletions

View File

@ -78,8 +78,8 @@ void setup() {
Utiles::printCOM("Datos gps validos...");
//envia mensaje inicial------------------------------
//report.enviaInfo();
//report.enviaData();
report.enviaInfo();
report.enviaData();
}
else
{

View File

@ -25,7 +25,7 @@ void ReporteManager::procesa()
{
enviaInfo();
}
if (Utiles::isTime(&timerInf, conf->TimerGPRS))
if (Utiles::isTime(&timerGPRS, conf->TimerGPRS))
{
enviaDataGPRS();
}