feat: module réseau WiFi STA/AP, mDNS, OTA
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-1
@@ -1,7 +1,7 @@
|
||||
#include <Arduino.h>
|
||||
#include "config.h"
|
||||
#include "network.h"
|
||||
|
||||
// ── Définitions des variables globales ─────────────────────────────
|
||||
SondeConfig sondesConfig[NB_SONDES] = {
|
||||
{ "T°C Ext", "maison/jardin/ext/temperature", 60000, 0.2f },
|
||||
{ "T°C Serre", "maison/jardin/serre/temperature", 60000, 0.1f },
|
||||
@@ -15,7 +15,9 @@ NetworkStatus netStatus = {};
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
Serial.println("[BOOT] esp_jardin démarrage...");
|
||||
network_init();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
network_update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user