velxio/frontend/src/store
David Montero f29e964e91 fix: ESP32 Run button auto-compiles and recovers firmware after page refresh
- handleRun now auto-compiles for ESP32/QEMU boards when no firmware is
  available (same behavior as AVR/RP2040 boards)
- startBoard now reloads compiledProgram into the bridge if _pendingFirmware
  was lost (e.g. after a page refresh between compile and run)
- Adds Esp32Bridge.hasFirmware() helper used by the store check

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 18:47:15 +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 feat: implement user authentication and project management features 2026-03-06 10:14:50 -03:00
useSimulatorStore.ts fix: ESP32 Run button auto-compiles and recovers firmware after page refresh 2026-04-01 18:47:15 +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