- 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> |
||
|---|---|---|
| .. | ||
| customChips | ||
| cyw43 | ||
| displays | ||
| parts | ||
| spice | ||
| verify | ||
| AVRSimulator.ts | ||
| Esp32Bridge.ts | ||
| Esp32C3Simulator.ts | ||
| Esp32MicroPythonLoader.ts | ||
| HD44780Decoder.ts | ||
| I2CBusManager.ts | ||
| Interconnect.ts | ||
| LogicFamilies.ts | ||
| MicroPythonLoader.ts | ||
| PinManager.ts | ||
| PinResolver.ts | ||
| RP2040Simulator.ts | ||
| RaspberryPi3Bridge.ts | ||
| RiscVCore.ts | ||
| RiscVSimulator.ts | ||
| SensorUpdateRegistry.ts | ||
| SignalRouter.ts | ||
| SpiBus.ts | ||
| Stm32Bridge.ts | ||
| esp32-signals.ts | ||
| piSlaveScanner.ts | ||
| rp2040-bootrom.ts | ||
| sensorControlConfig.ts | ||