Cleanup helper scripts. Closes #7

This commit is contained in:
osiu97
2026-07-08 20:35:59 +02:00
parent 75ce38daf7
commit 1a94ca3947
11 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -108,7 +108,9 @@ Name: WijiBoard
esp32c3-wiji/
├── index.html # SPA shell — ES module bootstrap, sidebar, routing
├── platformio.ini # PlatformIO config (env: esp32-c3-devkitm-1)
├── fivebarIKGame.js # REFERENCE ONLY — original site's kinematics (do not import)
├── reference/
│ └── fivebarIKGame.js # REFERENCE ONLY — original site's kinematics (do not import)
├── scripts/ # Helper scripts for testing, plotting, and generation
├── src/
│ ├── Config.h # Pins, Constants, UUIDs
│ ├── BleManager.cpp # BLE setup, callbacks, notifications
View File
View File
View File