oxidecomputer / hubris

A lightweight, memory-protected, message-passing kernel for deeply embedded systems.
Mozilla Public License 2.0
3.02k stars 175 forks source link

Fix Sidecar fan speed sensor ordering in base.toml #1869

Closed Aaron-Hartwig closed 2 months ago

Aaron-Hartwig commented 2 months ago

We have Sidecar's fans wired up to the controllers in a non-intuitive way. That leads to a couple places we need to have this accounted for properly in the code: speed sensor naming and controller mapping. The speed sensor naming was incorrect and fixed by this commit.

fixes #1865