Refactor some more

This commit is contained in:
osiu97
2026-07-08 20:29:07 +02:00
parent 33436fafc4
commit 75ce38daf7
4 changed files with 119 additions and 94 deletions
+1
View File
@@ -112,6 +112,7 @@ esp32c3-wiji/
├── src/
│ ├── Config.h # Pins, Constants, UUIDs
│ ├── BleManager.cpp # BLE setup, callbacks, notifications
│ ├── CommandParser.cpp # Parses BLE string commands
│ ├── MotorController.cpp # AccelStepper wrap, homing state, idle timeout
│ ├── StatusLed.cpp # Onboard LED feedback logic
│ └── main.cpp # Main app glue, command router