Testing, Doku, Issues

This commit is contained in:
Dominik Bartsch 2021-07-05 09:57:56 +02:00
parent f2a9ed2888
commit f38ef0ed0e
2 changed files with 13 additions and 3 deletions

14
doku.md
View File

@ -54,14 +54,24 @@ else
server.streamFile(f, mime::getContentType(SRH::_path), requestMethod); 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: TODO:
- disable led stripes after defined time (webserver paramter?) - disable led stripes after defined time (webserver paramter?)
- define what to do if people enter stairs from different directions - define what to do if people enter stairs from different directions
- CAUTION: Sensor-Deadtime at LEAST 8 seconds - CAUTION: Sensor-Deadtime at LEAST 8 seconds
- --> switch off with person leaving stairs might not be possible - --> 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:
- check dir for files automatic - check dir for files automatic
- move handleNotFound to httpserver.h - move handleNotFound to httpserver.h

@ -1 +1 @@
Subproject commit a70be39257e317d35e9118b385006a1e030e6452 Subproject commit 23e06c06a6026801a856141f64a6de54dd493b47