feat: remove balance-bot safety constraints from ESP32 Balance firmware #734
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "sl-firmware/non-balance-bot-hoverboard-drive"
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
TILT_CUTOFF_DEG(±25° tilt cutoff) fromconfig.h— platform no longer self-balancesBAL_TILT_FAULT = 2frombal_state_tenum — no code path generates this stateContext
The 3-second button hold to arm and upright detection requirement were never present in the ESP32-S3 firmware (legacy STM32 only). This PR removes the one remaining artefact (
TILT_CUTOFF_DEG) and cleans up the deadBAL_TILT_FAULTstate from the protocol enum.Test plan
esp32s3/balance— confirm no compile errors🤖 Generated with Claude Code