velxio/backend
David Montero 32acf80e0d fix: propagate has_wifi from compiler to startBoard for reliable WiFi detection
Frontend WiFi detection via file-content scanning was unreliable because
fileGroups[board.activeFileGroupId] could be an empty array (not null),
bypassing the ?? fallback to editorState.files.

Fix: the ESP-IDF compiler now returns has_wifi:bool in its compile response.
The frontend stores this on the BoardInstance and uses it in startBoard()
instead of scanning file contents. The file-content scan is kept as a
fallback for boards that haven't been compiled in this session.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 22:14:40 +02:00
..
app fix: propagate has_wifi from compiler to startBoard for reliable WiFi detection 2026-04-05 22:14:40 +02:00
tests feat: implement ESP32 QEMU backend manager and frontend simulation interface 2026-04-01 22:41:52 -03:00
Dockerfile
debug_qemu.py
mcp_server.py
mcp_sse_server.py
requirements.txt V1 feat: Enhance ESP32 emulation support and logging 2026-03-14 16:57:22 -03:00
test_compilation.py
test_esp32c3_emulation.py feat: update ESP32-C3 simulator and add emulation tests 2026-03-18 23:30:45 -03:00
test_simulation.py