Update main.cpp

This commit is contained in:
Alexandre B 2024-07-07 14:21:54 -04:00
parent 396444c3da
commit c321bf28e0

View File

@ -35,7 +35,7 @@ void setup() {
Serial.println("Unknown error at address 0x");
Serial.println(address, HEX);
}
delay(250);
delay(500);
}
#ifdef BME280