d180f72bbe
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
196 B
C
8 lines
196 B
C
#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();
|