mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
Update main.cpp
This commit is contained in:
parent
30c68f9b44
commit
4ad30915c1
@ -36,7 +36,6 @@ void setup() {
|
||||
sensors_values.pressure = bme.readPressure() / 100.0F;
|
||||
sensors_values.temperature = bme.readTemperature();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
Loading…
Reference in New Issue
Block a user