Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cpn): Size of the YamlStickConfig struct was set wrong (#2891)
The YamlStickConfig definition was defined and sized with CPN_MAX_SWITCHES (32) instead of CPN_MAX_STICKS (4). When loading radio.yml this would overwrite 112 bytes past the end of the stickName array in the GeneralSettings class.
- Loading branch information