mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
.
This commit is contained in:
parent
28f2026512
commit
b9f7086212
@ -46,7 +46,7 @@ void TaskSensorValuesCode (void* parameters) {
|
||||
Serial.println("\tkPa");
|
||||
// ADC GPIO1
|
||||
light_sensor_reading = analogRead(ADC1);
|
||||
Serial.print("Light:\t\t");
|
||||
Serial.print("Light:\t\t\t");
|
||||
Serial.println(light_sensor_reading);
|
||||
Serial.println("");
|
||||
vTaskDelay(pdMS_TO_TICKS(5000));
|
||||
|
Loading…
Reference in New Issue
Block a user