Commit 4be24659 authored by Eric Duminil's avatar Eric Duminil
Browse files

Updated comment

parent 962aa081
...@@ -133,7 +133,7 @@ namespace sensor { ...@@ -133,7 +133,7 @@ namespace sensor {
} }
/** /**
* Display data, even if it's "old" (with breathing). * Display data, even if it's "old" (with breathing).
* A short delay is required in order to not overwhelm controller. * A short delay is required in order to let background tasks run on the ESP8266.
* see https://github.com/esp8266/Arduino/issues/3241#issuecomment-301290392 * see https://github.com/esp8266/Arduino/issues/3241#issuecomment-301290392
*/ */
if (co2 < 2000) { if (co2 < 2000) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment