xiuxian-widget/ ├── index.html # 前端主页面(悬浮窗UI) ├── package.json # Node.js依赖配置 ├── tsconfig.json # TypeScript配置 ├── vite.config.ts # Vite构建配置 ├── src/ │ └── main.ts ...
Firmware and web admin interface for a Raspberry Pi Pico 2 W with ePaper display. The device serves a React SPA from its own HTTP server. Through the UI you configure which template is displayed on ...