-
-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial proposal * Add missing files * Abort one large config struct consideration * Finish flexible length config packet * Cleanup, add and rename config struct member * refactor: create applyConfig() * PoC for LittleFS * Implement review hints of rovo89 * Don't write config to flash if it hasn't changed * Implement review hints of rovo89 * Minor LittleFS implementation changes * Intermediate result after protocol implementation with ROS * Missing commit * Intermediate commit #2 * Adjust v_charge_cutoff to MAX20405 * Change config_bitmask to option bitfield * Make IGNORE_CHARGING_CURRENT configurable via LL/HL config `options.ignore_charging_current` * Finalize LittleFS * Finish new flexible hall implementation * Remove IGNORE_CHARGING_CURRENT builds from artifacts * Make halls const * Apply received packet on default-config (instead of live-config) * Add configurable (Stock-CoverUI) rain threshold * Change config packet IDs * Cleanup * Cosmetic changes * Store config packet instead of effective config * Optimize hall handling with etl::vector * Change ConfigOptions from boolean to tree-state enums * Change shutdown_esc_max_pitch to uint8_t * Add new/missing config values to applyConfig() * Fix hall handling --------- Co-authored-by: Robert Vollmer <dev@robv.de>
- Loading branch information
1 parent
97629f8
commit c9d557b
Showing
4 changed files
with
282 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.