1
0

Update WiFi connection handling, adjust MQTT timer, and implement group ID deserialization

This commit is contained in:
Jose
2025-06-03 23:00:50 +02:00
parent fc9a622252
commit cedf39d95a
5 changed files with 47 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
#define MQTT_URI "miarma.net"
#define API_URI "https://contaminus.miarma.net/api/v1/"
#define RAW_API_URI "https://contaminus.miarma.net/api/raw/v1/"
#define REST_PORT 443
#define MQTT_PORT 1883