Update src.ino

This commit is contained in:
Gwil Noble 2017-12-05 11:01:00 +00:00 committed by GitHub
parent 05fa2c98f6
commit 64fb699ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ void setup() {
pinMode(pulse_count_pin, INPUT_PULLUP);
//################################################################################################################################
// Setup and for presence of si7201
// Setup and for presence of si7021
//################################################################################################################################
if (debug==1) Serial.println("Int SI7021..");