mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
Lights tresshold
This commit is contained in:
parent
53fe36c492
commit
979634d7f1
@ -65,6 +65,8 @@ void setup() {
|
||||
Serial.println("Setting up GPIOs ...");
|
||||
|
||||
pinMode(LED_PIN, OUTPUT);
|
||||
pinMode(LIGHTS_LED, OUTPUT);
|
||||
digitalWrite(LIGHTS_LED, LOW);
|
||||
|
||||
Serial.println("GPIO setup done");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user