Simon Burkhardt

Results 5 issues of Simon Burkhardt

`RuntimeError: Unable to open /home/simon/face_morpher/data/shape_predictor_68_face_landmarks.dat` This can be fixed by downloading this data into the `data` directory ```bash mkdir data wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 bunzip2 shape_predictor_68_face_landmarks.dat.bz2 mv shape_predictor_68_face_landmarks.dat data/ ```

(Also I just saw that the repo is marked as deprecated) I compiled the `soft_AP_UI_test` example. When I load the webpage in Firefox for Android, the ESP8266 crashes. **Using**: -...

bug

German: `dd.mm.yy` vs American `mm/dd/yy` The exported text files from Whatsapp are very inconsistent on which date format they use.

- select RGB / RGBW - added lots of documentation - updated SPL library files to newest version - updated main.c with documentation - updated main.c with gpio init() Thank...