add more time to read setup output

This commit is contained in:
Cedric Girard 2019-05-07 20:11:07 +02:00
parent 28025c7de6
commit 352a72c296
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ void setup() {
// If you have a baseline measurement from before you can assign it to start, to 'self-calibrate'
//sgp.setIAQBaseline(0x8E68, 0x8F41); // Will vary for each sensor!
//delay to allow setup output reading
delay(10000);
}