This commit is contained in:
Alexander 2024-07-16 18:15:53 -04:00
parent e8f0182453
commit 68be4409ef

View File

@ -27,7 +27,7 @@ const char* WIFI_PASSWORD = "208208208";
#define LED_PIN (8)
#define SYS_LED_PIN (8)
#define ADC1 (1)
#define LIGHTS_LED (10)
#define LIGHTS_PIN (10)
int light_sensor_reading = 0;
float lighting_percentage = 0.00;