mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
Lights threshhold
This commit is contained in:
parent
f1f53b33e4
commit
53fe36c492
@ -27,6 +27,7 @@ const char* WIFI_PASSWORD = "208208208";
|
||||
#define LED_PIN (8)
|
||||
#define SYS_LED_PIN (8)
|
||||
#define ADC1 (1)
|
||||
#define LIGHTS_LED (10)
|
||||
|
||||
int light_sensor_reading = 0;
|
||||
float lighting_percentage = 0.00;
|
||||
|
Loading…
Reference in New Issue
Block a user