feat: module réseau WiFi STA/AP, mDNS, OTA
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
// Initialise WiFi (STA d'abord, AP en fallback), mDNS et OTA
|
||||
void network_init();
|
||||
|
||||
// À appeler à chaque loop() : gère OTA, reconnexion WiFi non-bloquante
|
||||
void network_update();
|
||||
Reference in New Issue
Block a user