velxio/frontend/src
David Montero a44a3e700f fix(examples): WiFi/MQTT 100-days examples must run on Pico W, not plain Pico
8 MicroPython examples that use `import network` (Blynk IoT relay, ThingsBoard
IoT, OTA update, DHT11 HTTP CSV logger, async LED control, web servo, websocket
LED, IoT relay web server) had boardType "raspberry-pi-pico". A plain Pico
(RP2040) has no WiFi and no `network` module, so they failed at runtime with
`ImportError: no module named 'network'` (the banner even shows "Raspberry Pi
Pico with RP2040"). Move them all to "pi-pico-w", which has WiFi + network.
2026-06-12 15:57:23 +02:00
..
__pro_stub__
__tests__ fix(interconnect): classify ESP32 UART pin names so multi-board Serial works 2026-06-12 07:21:47 +02:00
assets
components fix(microsd): match the SD Card upload panel to the dark property dialog 2026-06-11 05:20:48 +02:00
data fix(examples): WiFi/MQTT 100-days examples must run on Pico W, not plain Pico 2026-06-12 15:57:23 +02:00
desktop
hooks
i18n
lib feat(microsd): SD-over-SPI card storage for AVR, RP2040 and ESP32 2026-06-11 03:59:53 +02:00
pages feat(library-manifest): per-board manifests + autocomplete 2026-06-07 06:07:48 +02:00
services feat(P2.2c): show per-user custom libs in the Library Manager + autocomplete 2026-06-07 19:58:13 +02:00
simulation Merge pull request #220 from ciegovolador/fix/buzzer-sample-accurate-audio 2026-06-12 00:40:46 -03:00
store feat(microsd): SD-over-SPI card storage for AVR, RP2040 and ESP32 2026-06-11 03:59:53 +02:00
tokens
types feat(library-manifest): per-board manifests + autocomplete 2026-06-07 06:07:48 +02:00
utils fix(interconnect): classify ESP32 UART pin names so multi-board Serial works 2026-06-12 07:21:47 +02:00
velxio-elements
App.css
App.tsx
entry-server.tsx
index.css
main.tsx
seoRoutes.ts
vite-env.d.ts