feat: Implement Ethernet and Wi-Fi connection management with LED status indicators.

This commit is contained in:
2026-03-03 10:58:18 -05:00
parent 2916ad9c99
commit bdf4a73cf2
3 changed files with 68 additions and 4 deletions

View File

@@ -15,9 +15,9 @@
// Project cpp (Unity Build entry)
// clang-format off
#include "led_status.cpp"
#include "connect.cpp"
#include "http_server.cpp"
#include "led_status.cpp"
// clang-format on
internal constexpr bool kBlockUntilEthernetEstablished = false;