mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 11:33:17 +02:00
Breves ajustes tras el test
This commit is contained in:
parent
a3c2b37577
commit
5278575518
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ DataProcessor dataProcessor;
|
|||
CAN canController;
|
||||
|
||||
// Objeto UDP para manejar la conexión UDP
|
||||
WifiUDP udp;
|
||||
WiFiUDP udp;
|
||||
|
||||
//Configuración destino
|
||||
//Se debe de poner la IP del portatil trás conectar al Wifi del móvil
|
||||
|
|
@ -17,7 +17,7 @@ void TaskUdpSender(void *pvParameters){
|
|||
|
||||
Serial.println("Iniciando tarea de envío...");
|
||||
|
||||
(while true){
|
||||
while (true){
|
||||
if(WiFi.status() == WL_CONNECTED){
|
||||
|
||||
//Obtenemos el dato actual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue