Skip to content

Commit dae5caf

Browse files
committed
ci: trigger all 3 workflow runs with minimal content updates
- firmware/BaseLink/config.h: update header comment to note huge_app partition triggers: Firmware CI (firmware/**) - README.md: remove trailing whitespace from footer line triggers: Docs Check (**.md) - gui/robot_controller_ui.py: expand module docstring wording triggers: Python Lint (gui/**)
1 parent 4b6de87 commit dae5caf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ Demo footage and build photos are in [`assets/`](assets/).
170170

171171
---
172172

173-
*Self-balancing robotics project — open for reference and research use.*
173+
*Self-balancing robotics project — open for reference and research use.*

firmware/BaseLink/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ============================================================
3-
* config.h — Self-Balancing Robot Configuration
3+
* config.h — BaseLink Robot Configuration (partition: huge_app)
44
* ============================================================
55
* Central configuration file for pin assignments, motor parameters,
66
* PID gains, filter coefficients, and safety limits.

gui/robot_controller_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""2PyBot Desktop Dashboard — Real-time telemetry and PID tuning over Bluetooth serial."""
1+
"""2PyBot Desktop Dashboard — Real-time telemetry and live PID tuning over Bluetooth serial."""
22

33
import threading
44
import time

0 commit comments

Comments
 (0)