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

Saving default fan speed to EEPROM #216

Merged
merged 3 commits into from
Apr 20, 2022
Merged

Conversation

ryan-summers
Copy link
Member

This PR fixes #189 by storing the fan speed in global EEPROM. The fan speed can be configured via the USB terminal to specify default, startup values.

Existing EEPROM configurations will be automatically updated to include the default fan speed without losing current configurations.

  • Any MQTT-configured speed will then override the EEPROM-configured value once the broker connects and the fan speed run-time setting is configured.
  • Modifications to MQTT-configured values do not affect EEPROM contents.

@ryan-summers ryan-summers merged commit 1851b2c into develop Apr 20, 2022
@ryan-summers ryan-summers deleted the feature/saved-fan-speed branch April 20, 2022 11:08
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.

Default fan speed should be stored in EEPROM
2 participants