|
|
@@ -54,14 +54,24 @@ else |
|
|
|
server.streamFile(f, mime::getContentType(SRH::_path), requestMethod); |
|
|
|
``` |
|
|
|
|
|
|
|
LED_sequence_v1: |
|
|
|
### HW issues |
|
|
|
- GPIO2 used as input -> must be high during startup |
|
|
|
|
|
|
|
### FSM 2 - to do |
|
|
|
- stairway light switches off after timeout |
|
|
|
- switches concurrently on again if sensor is still high |
|
|
|
- desired behavior? Defective Sensor would cause continuos animation |
|
|
|
- edge detection / interrupts as solution ? |
|
|
|
|
|
|
|
|
|
|
|
### 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: |
|
|
|
- check dir for files automatic |
|
|
|
- move handleNotFound to httpserver.h |