- ESP32 / Raspberry Pi / STM32 / Pico-W bridges built their WebSocket URL from a bespoke API_BASE() that read only VITE_API_BASE (fallback localhost:8001) and ignored the desktop shell's runtime-injected window.__VELXIO_API_BASE__. On the desktop the sidecar runs on a random 127.0.0.1 port, so the sim WebSocket dialed localhost:8001 and never connected: compile succeeded but the simulation never started. Honor __VELXIO_API_BASE__ first; web (/api) and dev (localhost:8001) unchanged. - nano-button-led example: button was wired D2->1a and 1b->GND (same terminal), tying D2 to GND permanently. Rewire D2->1.l and GND->2.l (opposite terminals), matching the other examples. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Cyw43Bridge.ts | ||
| Cyw43Emulator.ts | ||
| PioBusSniffer.ts | ||
| constants.ts | ||
| index.ts | ||
| sdpcm.ts | ||
| virtual-ap.ts | ||