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

Configure CO2 levels and buzzer sound via web interface #1

Closed
maehw opened this issue Jan 24, 2023 · 1 comment
Closed

Configure CO2 levels and buzzer sound via web interface #1

maehw opened this issue Jan 24, 2023 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@maehw
Copy link
Owner

maehw commented Jan 24, 2023

Wishes:

  • Configure warn and critical CO2 level via web interface (instead of using compile-time definitions CO2_WARN_PPM and CO2_CRITICAL_PPM from config.h)
  • Allow to switch buzzer sound on/off via web interface (nice to have: beep duration, tone pitch, etc.)

Idea:

  • Store configuration values in non-volatile memory (EEPROM or internal flash)
  • Read configuration values from non-volatile memory during start-up
  • Allow reconfiguration of those values via web interface (store in non-volatile memory and also use those values without a re-start)
@maehw maehw added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 24, 2023
@maehw
Copy link
Owner Author

maehw commented Jan 30, 2023

Fixed by latest commits.

@maehw maehw closed this as completed Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant