Commit Graph

91 Commits

Author SHA1 Message Date
Owen Carter 7f96a7bf58
remove todo 2020-10-14 13:32:21 +02:00
Owen 9c70f59de4 Doc update step 1 2020-10-14 13:16:05 +02:00
Owen 7f27938379 Flesh out 2020-10-14 10:13:31 +02:00
Owen f38acc1a0a Merge branch 'api' of github.com:easytarget/esp32-cam-webserver into api 2020-10-14 09:46:06 +02:00
Owen 65e2a3f777 spelling 2020-10-14 09:45:36 +02:00
Owen c6742e58e6 Still a WIP 2020-10-14 09:45:36 +02:00
Owen Carter c1746d4cf2 Create CONTRIBUTING.md
Placeholder for contributing guidelines
2020-10-14 09:45:36 +02:00
Owen ad5f2e8381 Comment syntax 2020-10-14 09:45:36 +02:00
Owen Carter 38eae9ed7e Flesh out 2020-10-14 09:43:44 +02:00
Owen c9bc9159db Initial, needs key/val pair description 2020-10-14 09:43:44 +02:00
Owen 5e1ec6f604 Dumb mistakes, thanks @TodWulff for the heads up. 2020-10-14 09:36:57 +02:00
Owen 34ebe098a9 spelling 2020-10-13 17:39:41 +02:00
Owen 9e6f503bbf Still a WIP 2020-10-13 17:37:27 +02:00
Owen Carter f0f5a47e0e
Create CONTRIBUTING.md
Placeholder for contributing guidelines
2020-10-13 17:14:57 +02:00
Owen 13bb980cd8 Comment syntax 2020-10-12 13:54:44 +02:00
Owen a567b0ff7b Merge branch 'api' of github.com:easytarget/esp32-cam-webserver into api 2020-10-12 13:23:39 +02:00
Owen Carter 95d98c3a16 Flesh out 2020-10-12 13:19:43 +02:00
Owen 7117d7d9c0 Initial, needs key/val pair description 2020-10-12 13:19:43 +02:00
Owen Carter 925b8eeeec
Simple versioning system (#71) 2020-10-12 13:17:21 +02:00
Owen Carter 9045e43c94
facedb and debug info (#70)
* Small bug in identifying faces when enrolling
* Sort out debug logging and add a face ID count to dump
2020-10-11 18:19:22 +02:00
Owen 7d29e36853 A whole bunch of tweaks and little fixes 2020-10-07 15:43:28 +02:00
Owen Carter 6d5ae2ef5b
Portal page with hardcoded IP addresses (#69) 2020-10-07 12:19:19 +02:00
Owen Carter 5ced309072
Change how we serve full and simple indexes, add portal page and logo to that (#68)
* Implement one URI for index pages, takes a parameter, ?view=full|simple|etc
* Add an access portal page, add a logo to that and the dump page.
* Fix default myconfig
* fix a stoopid, possibly disruptive bug that I introduced when unpacking html in my 1st commit
2020-10-07 02:08:18 +02:00
Owen 37ddf1b612 Merge branch 'api' of github.com:easytarget/esp32-cam-webserver into api 2020-10-07 00:46:27 +02:00
Owen Carter 84534d2fc1 Flesh out 2020-10-07 00:46:10 +02:00
Owen ba89553988 Initial, needs key/val pair description 2020-10-07 00:46:10 +02:00
Owen Carter 1399d874fc
Multi wifi (#64)
* Multi-Wifi with best signal scanning and retry when disconnected
* AP mode; can work (optionally) as a fallback when no network found
* Captive portal
* Dump output tweaks
* Config file comments
2020-10-06 13:29:54 +02:00
Owen Carter c270f8e418
Flesh out 2020-10-04 00:22:22 +02:00
Owen cecae755b7 Initial, needs key/val pair description 2020-10-03 23:21:11 +02:00
Owen Carter 148a29361b
Create LICENSE
It really is about time I sorted this out; Inheriting the GPL 2.1 lesser licence from the source (espressif/arduino-esp32) repo
2020-10-03 23:18:05 +02:00
Owen Carter adfa3ca8d3
Stream view fix, Status dump (#63)
* Better treatment of rotated stream in stream viewer,
still not perfect but ok for now.
* Info Page: fix #56
2020-10-03 19:49:08 +02:00
Owen Carter 93db6cb5e6
PlatformIO travis (#62)
Travis now tests both Arduino and PlatformIO builds
2020-09-30 20:25:47 +02:00
Owen 966976b56c Platformio build, #60 2020-09-30 17:41:30 +02:00
Owen 55512bc0e7 Put libs and some includes into ./src tree, addresses #60 2020-09-30 15:45:21 +02:00
Owen a35817e716 Less flashy notification LED, face recognition stubs 2020-09-28 20:32:12 +02:00
Owen Carter 25d5c86d90
Spiffs basic preferences save and restore (#49)
Implement SPIFFS based preferences save and restore, stubs for FaceDB to be aded later.
UI confirmations for Actions
2020-09-27 15:21:44 +02:00
Owen a755093a8e Partially revert the previous commit 2020-09-26 12:19:46 +02:00
Owen 274f7b7270 The messy file structure was bugging me, so a small filesystem layout refactoring, all non-core files are now in 'local' 2020-09-26 11:47:22 +02:00
Owen Carter 2f01dbaab3
Travis: build default, then with myconfig (#47)
* nice bonus; also tests non AP-mode builds
2020-09-25 18:26:30 +02:00
Owen Carter 5689fa7e30
Wifi persistance (#46)
* Making the WiFi reconnect more robust. (#44)
* Configurable wifi watchdog
* Fix logic, Better user feedback for connect/disconnect

Co-authored-by: Athrogate <AthrogatePEQ@users.noreply.github.com>
2020-09-25 18:01:47 +02:00
Owen 79952f77dc Some trivial structure and log changes 2020-09-22 12:03:18 +02:00
Owen 941d6a49bf style 2020-09-22 10:55:40 +02:00
Owen cf3a220a8a Start storing rotation as a signed integer, instead of a string. makes saving/loading preferences easier 2020-09-22 10:47:47 +02:00
Owen Carter e28eadd66d
Doc options (#42)
* Discreet camera option settings defaults, commented out by default, and a note about them in the readme
2020-09-21 22:22:44 +02:00
Mojca Rojko 387dc078c9
Move flashLED & setLamp to start of file (#41)
Fix builds on PlatformIO (and other Development Environments too, I suspect)
2020-09-16 22:12:41 +02:00
Owen 2bed7db68f Correct CSS size, reduce padding on upper buttons. #40 2020-09-16 12:48:20 +02:00
Owen Carter 48a3dc50be
Streamviewer (#39)
* dedicated stream viewer
* minimal functionality, but does rotate correctly
* stream autostarts and scales to window size preserving aspect ratio
2020-09-15 00:04:45 +02:00
Owen Carter 91810ea280
move css into include file, and reduce whitespace in hosted site. (#36)
* Move all CSS into a include file, reduce whitespace count on primary html
* loading spinner, script tweaks, css fixes for image position/flow
* move camera index pages
* close button location needs to move as it rotates
2020-09-13 15:28:38 +02:00
Owen Carter 71dd634be8
Mini viewer (#34)
fixes #25
2020-09-10 19:54:00 +02:00
Owen Carter bab559b27d
Favicon (#30)
* New icons, correctly tinted and compressed
* Handle the new icon URI's in the main app.
* Remove the PROGMEM directives, they have no effect, and we have lots of storage.
* describe how I made the .ico file from the commandline
2020-09-10 04:26:34 +02:00