1
0

Refactor MqttVerticle and GPS implementations: add stop method, update GPS serial handling, and improve WiFi connection logic with LED feedback

This commit is contained in:
Jose
2025-05-08 07:24:28 +02:00
parent 383202709e
commit 5665cb3e5e
8 changed files with 98 additions and 31 deletions

View File

@@ -9,6 +9,8 @@
#define GPS_ID 3
#define MAX7219_ID 1
#define DEBUG
#include "JsonTools.hpp"
#include "RestClient.hpp"
#include "WifiConnection.hpp"