mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 11:30:53 +00:00
Update main.cpp
This commit is contained in:
@@ -36,7 +36,6 @@ void setup() {
|
||||
sensors_values.pressure = bme.readPressure() / 100.0F;
|
||||
sensors_values.temperature = bme.readTemperature();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
Reference in New Issue
Block a user