mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
.
This commit is contained in:
parent
5b8763770d
commit
e8f0182453
@ -72,7 +72,9 @@ void setup() {
|
||||
pinMode(LIGHTS_LED, OUTPUT);
|
||||
digitalWrite(LIGHTS_LED, LOW);
|
||||
|
||||
Serial.println("GPIO setup done");
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user