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> |
||
|---|---|---|
| .. | ||
| esp-idf-template | ||
| __init__.py | ||
| arduino_cli.py | ||
| esp32_lib_bridge.py | ||
| esp32_lib_manager.py | ||
| esp32_worker.py | ||
| esp_qemu_manager.py | ||
| espidf_compiler.py | ||
| gpio_shim.py | ||
| project_files.py | ||
| qemu_manager.py | ||
| wifi_status_parser.py | ||