fix: Status LEDs solid=OK blink=error (#22) #26
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "sl-firmware/status-leds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
New LED behavior (active-low: RESET=ON, SET=OFF):
Rule: solid = good, slow blink (~1Hz) = needs attention.
Removed: fast 5Hz error blink (confusing), baro flash-every-5s pattern.
status_update()signature changed:baro_ok→armed + tilt_faultso LED state reflects arm and fault directly.Closes #22.
Flash-tested all 3 together. Gyro cal eliminates yaw drift, LEDs solid, I2C probe clean.