velxio/frontend/src/pages
David Montero Crespo b0b3a8763d V1 feat: Enhance ESP32 emulation support and logging
- Added detailed logging for GPIO changes, system events, and errors in simulation websocket.
- Improved ESP32 firmware handling by merging individual binaries into a single 4MB flash image.
- Updated ESP32 bridge to handle serial output and GPIO changes with appropriate logging.
- Introduced integration test for ESP32 emulation, covering compilation, WebSocket connection, and event handling.
- Enhanced examples to include ESP32 projects and updated the examples gallery to reflect new board types.
- Refactored simulator store to manage ESP32 bridge and simulator instances more effectively.
- Updated requirements to include esptool for ESP32 firmware management.
2026-03-14 16:57:22 -03:00
..
AdminPage.tsx feat: enhance admin setup with email validation and update workflows for fresh lib cloning 2026-03-07 00:00:22 -03:00
DocsPage.css Translate Spanish docs to English and add SEO-optimised URL routing for documentation 2026-03-11 18:46:42 +00:00
DocsPage.tsx feat: add documentation page and Arduino serial integration test 2026-03-12 08:17:29 -03:00
EditorPage.tsx feat: add built-in oscilloscope / logic analyzer panel 2026-03-11 15:09:24 +00:00
ExamplesPage.tsx V1 feat: Enhance ESP32 emulation support and logging 2026-03-14 16:57:22 -03:00
LandingPage.css feat: integrate Wokwi elements for Arduino boards in LandingPage 2026-03-12 02:34:56 -03:00
LandingPage.tsx V1 feat: Enhance ESP32 emulation support and logging 2026-03-14 16:57:22 -03:00
LoginPage.tsx
ProjectByIdPage.tsx feat: /project/:id URL, per-project file volumes, and public/private access control 2026-03-06 20:38:06 -03:00
ProjectPage.tsx feat: /project/:id URL, per-project file volumes, and public/private access control 2026-03-06 20:38:06 -03:00
RegisterPage.tsx
UserProfilePage.tsx