mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 11:12:29 +00:00
Two follow-ups to v2.1.1: 1. Disable the legacy secubox-led-health-bumper.service in postinst. That unit (/etc/systemd/system/secubox-led-health-bumper.service, hand-deployed on gk2 May 2026, no dpkg owner) runs a bash daemon that competes with the python heartbeat for the same i2c chip. Both writers on the same channels saturate the bus; LEDs freeze at the last successful value. The python heartbeat already drives all three LEDs (LED1 health pulse, LED2 threat, LED3 CPU). The bumper is redundant — disable it on every (re)install. 2. pulse_brightness() now swings 0.0-1.0 (was 0.3-1.0). At the brightness-30 ceiling the previous 0.3 floor only modulated the green channel between 9 and 25 — read as steady green to the eye. Going to 0 produces a textbook heartbeat blink on LED1 while LED2/LED3 stay held by their status colors. (The pulse change was already committed in 99480dab; this commit also bumps the changelog entry for it alongside the postinst fix.) |
||
|---|---|---|
| .. | ||
| boot/overlays | ||
| debian | ||
| etc | ||
| kmod | ||
| systemd | ||
| usr/sbin | ||