Skip to content

byte to uint8_t for ESP8266 3.0 compatibility #9

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

uutzinger
Copy link

  1. byte to unit8_t for ESP8266 compatibility
  2. created additional functions by splitting measureAirQuality and getBaseline into two functions. This allows the main loop to provide the necessary delay timing. To measure airguality, the main loop cancall startAirquality and then later getAirquality. Original function measureAirquality is still available. Similar approach for getBaseline.

split measureAirQuality and getBaseline into two parts so that main program can provide the necessary delay timing.
@nseidle
Copy link
Member

nseidle commented Aug 18, 2022

Thanks for the PR! Please add any new functions to the keywords.txt file so they'll get properly highlighted.

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