This commit is contained in:
Diego Freitas 2025-05-02 17:00:54 -03:00
parent a33f02787c
commit e665618ad9
17 changed files with 6 additions and 5 deletions

Binary file not shown.

View File

@ -1,7 +1,6 @@
using AgroBase.Services;
using System;
using System.Collections.Generic;
using System.Data.Odbc;
using System.Linq;
using static AgroBase.Models.Enums;
using static AgroBase.Services.OIDCanService.OidHandler;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -482,4 +482,4 @@ C:\ZendionInc\agrobot_base\AgroBase\AgroBase\obj\Debug\AgroBase.csproj.GenerateR
C:\ZendionInc\agrobot_base\AgroBase\AgroBase\obj\Debug\AgroBase.csproj.CoreCompileInputs.cache
C:\ZendionInc\agrobot_base\AgroBase\AgroBase\obj\Debug\AgroBase.exe
C:\ZendionInc\agrobot_base\AgroBase\AgroBase\obj\Debug\AgroBase.pdb
C:\ZendionINC\agrobot_base\AgroBase\AgroBase\obj\Debug\AgroBase.csproj.Up2Date
C:\ZendionInc\agrobot_base\AgroBase\AgroBase\obj\Debug\AgroBase.csproj.CopyComplete

Binary file not shown.

View File

@ -90,6 +90,8 @@ void enviarLogsPeriodicamente() {
if (tempoAtual - ultimoEnvioLogs >= intervaloEnvioLogs) {
ultimoEnvioLogs = tempoAtual; // Atualiza o tempo do último envio
PrintTela("Loop ativo");
enviarDadosSensores(canService.ID_Num_sTOD, CanMessagePosicaoDados::DadosAll);
}
}