This commit is contained in:
Dominik Bartsch 2021-06-25 11:03:17 +02:00
parent b7ba521c59
commit 7e5a6fac9f

View File

@ -54,6 +54,12 @@ else
server.streamFile(f, mime::getContentType(SRH::_path), requestMethod); server.streamFile(f, mime::getContentType(SRH::_path), requestMethod);
``` ```
LED_sequence_v1:
TODO:
- disable led stripes after defined time (webserver paramter?)
- define what to do if people enter stairs from different directions
- CAUTION: Sensor-Deadtime at LEAST 8 seconds
- --> switch off with person leaving stairs might not be possible
Webserver on v0.3.0 now working with LittleFS Webserver on v0.3.0 now working with LittleFS
TODO: TODO: