mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
.
This commit is contained in:
parent
8c34317faa
commit
12dbc561f8
@ -80,7 +80,7 @@ void setup() {
|
||||
|
||||
void loop() {
|
||||
|
||||
digitalWrite(LED_PIN, LOW);
|
||||
/*digitalWrite(LED_PIN, LOW);
|
||||
delay(250);
|
||||
digitalWrite(LED_PIN, HIGH);
|
||||
delay(250);
|
||||
@ -98,5 +98,5 @@ void loop() {
|
||||
Serial.print("Barometric Pressure: ");
|
||||
Serial.print(bme.readPressure() / 100.0F);
|
||||
Serial.println(" kPa");
|
||||
Serial.println("");
|
||||
Serial.println("");*/
|
||||
}
|
Loading…
Reference in New Issue
Block a user