velxio/frontend/src/lib
David Montero 9360f9521b revert(sim): drop the WiFi run-gate seam (WiFi becomes freemium)
The proWifiGate seam blocked a free user from running ANY Pico W WiFi sketch.
The product model changed: LOCAL WiFi (the chip associating to the simulator's
virtual AP) is now FREE — only REAL internet (the backend bridge) and the IoT
gateway are paid, gated inside the pro overlay's Cyw43PioPeripheral / backend.
So a free user must be allowed to run WiFi sketches. Remove the gate seam and
its two store call sites. The board-kind firmware variant + the run-time
peripheral re-attach (which fixed the plain-firmware import-network crash) stay.
2026-06-15 20:04:42 +02:00
..
apiBase.ts feat(frontend): runtime API base + desktop overlay extension points 2026-05-21 04:50:19 +02:00
openDeviceGateway.ts fix(picow): drop the broken 'Open in tab' link from the device panel 2026-06-14 07:42:44 +02:00
proBoardGate.ts feat: STM32 (Blue Pill / Black Pill) QEMU emulation + Pro board gating 2026-05-30 19:06:14 -03:00
proRoutes.ts
proSaveAction.ts
proSdCardGate.ts feat(microsd): SD-over-SPI card storage for AVR, RP2040 and ESP32 2026-06-11 03:59:53 +02:00
proSession.ts