MeshCore/examples/simple_room_server
Ryan Gregg 88892de864 Fix Ethernet init checking hardwareStatus before begin() and deduplicate CLI code
The Ethernet retry loop in repeater and room server checked
hardwareStatus() and linkStatus() before calling Ethernet.begin(),
which always returned EthernetNoHardware since hardware detection
only happens during begin(). Extract shared Ethernet CLI code into
EthernetCLI.h to prevent future divergence. Also fix time_t type
mismatch in companion radio Ethernet init.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 10:48:42 -07:00
..
main.cpp Fix Ethernet init checking hardwareStatus before begin() and deduplicate CLI code 2026-03-13 10:48:42 -07:00
MyMesh.cpp Merge pull request #1297 from ViezeVingertjes/feature/duty-cycle-token-bucket 2026-03-08 23:54:32 +11:00
MyMesh.h * ver 1.14.0 2026-03-06 12:20:04 +11:00
UITask.cpp * FIX: UI should show "< Room Server >" 2025-05-05 13:11:43 +10:00
UITask.h UI: battery indicator, boot screen, radio settings 2025-04-20 19:17:02 -07:00