mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 08:56:11 +00:00
.
This commit is contained in:
@@ -74,6 +74,8 @@ void setup() {
|
||||
|
||||
Serial.println("GPIO setup done");
|
||||
|
||||
xTaskCreate(TaskLightsAutoCode, "Lights auto", 4096, NULL, 4, &TaskLightsAuto);
|
||||
|
||||
Serial.println("Setting up BME280 sensor");
|
||||
Wire.setPins(SDA_PIN, SCL_PIN);
|
||||
Wire.begin();
|
||||
|
Reference in New Issue
Block a user