velxio/frontend/src/store
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
..
useAuthStore.ts feat: add admin management features and user role handling 2026-03-06 23:46:36 -03:00
useEditorStore.ts feat: auto-compile when pressing Play if code changed or no hex loaded 2026-03-29 01:46:07 -03:00
useOscilloscopeStore.ts feat: enhance oscilloscope and simulator functionality 2026-03-16 10:31:02 -03:00
useProjectStore.ts
useSimulatorStore.ts fix: propagate has_wifi from compiler to startBoard for reliable WiFi detection 2026-04-05 22:14:40 +02:00
useVfsStore.ts feat: Implement Virtual File System for Raspberry Pi 3 with context menu and upload functionality 2026-03-15 14:04:01 -03:00