Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[P104] Improve storing settings (speed and size) #4766

Merged

Conversation

tonhuisman
Copy link
Contributor

Features:

  • Implement Extended CustomTaskSettings storage to improve speed of saving when on ESP32 with LittleFS storage by skipping to the Extended storage right after saving the version marker
  • Reduce the number of low-level Save calls by combining the size and data in a single data-block to save
  • Implement toStringNoZero() to reduce the size of settings to store

TODO:

  • Testing

@tonhuisman tonhuisman changed the title Feature/p104 improve settings storage [P104] Improve storing settings (speed and size) Aug 15, 2023
tonhuisman and others added 27 commits August 26, 2023 12:02
@TD-er TD-er merged commit 7b3b6a4 into letscontrolit:mega Jul 27, 2024
168 checks passed
@tonhuisman tonhuisman deleted the feature/P104-improve-settings-storage branch July 27, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants