Closed simoneluconi closed 6 years ago
ESP8266 Arduino Library uses a default I2C timeout value that is too short for the CCS811. This seems to fix reading errors from esp8255 i2c.
hiya this broke continuous integration, please put the clock stretch code behind an #ifdef ESP8266 thx!
Ops, sorry I didn't think about it. Done.
hiya, use #ifdef ESP8266 thx
done
Thanks for this fix!
ESP8266 Arduino Library uses a default I2C timeout value that is too short for the CCS811. This seems to fix reading errors from esp8255 i2c.