Cleanup helper scripts. Closes #7
This commit is contained in:
@@ -108,7 +108,9 @@ Name: WijiBoard
|
|||||||
esp32c3-wiji/
|
esp32c3-wiji/
|
||||||
├── index.html # SPA shell — ES module bootstrap, sidebar, routing
|
├── index.html # SPA shell — ES module bootstrap, sidebar, routing
|
||||||
├── platformio.ini # PlatformIO config (env: esp32-c3-devkitm-1)
|
├── 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/
|
├── src/
|
||||||
│ ├── Config.h # Pins, Constants, UUIDs
|
│ ├── Config.h # Pins, Constants, UUIDs
|
||||||
│ ├── BleManager.cpp # BLE setup, callbacks, notifications
|
│ ├── BleManager.cpp # BLE setup, callbacks, notifications
|
||||||
|
|||||||
Reference in New Issue
Block a user