├── README.md └── TimeLapse ├── TimeLapse.ino ├── app_httpd.cpp ├── camera.cpp ├── camera.h ├── camera_pins.h ├── file.cpp ├── file.h ├── index.h ├── lapse.cpp └── lapse.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/ESP32CamTimeLapse/HEAD/README.md -------------------------------------------------------------------------------- /TimeLapse/TimeLapse.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/ESP32CamTimeLapse/HEAD/TimeLapse/TimeLapse.ino -------------------------------------------------------------------------------- /TimeLapse/app_httpd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/ESP32CamTimeLapse/HEAD/TimeLapse/app_httpd.cpp -------------------------------------------------------------------------------- /TimeLapse/camera.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/ESP32CamTimeLapse/HEAD/TimeLapse/camera.cpp -------------------------------------------------------------------------------- /TimeLapse/camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/ESP32CamTimeLapse/HEAD/TimeLapse/camera.h -------------------------------------------------------------------------------- /TimeLapse/camera_pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/ESP32CamTimeLapse/HEAD/TimeLapse/camera_pins.h -------------------------------------------------------------------------------- /TimeLapse/file.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/ESP32CamTimeLapse/HEAD/TimeLapse/file.cpp -------------------------------------------------------------------------------- /TimeLapse/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/ESP32CamTimeLapse/HEAD/TimeLapse/file.h -------------------------------------------------------------------------------- /TimeLapse/index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/ESP32CamTimeLapse/HEAD/TimeLapse/index.h -------------------------------------------------------------------------------- /TimeLapse/lapse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/ESP32CamTimeLapse/HEAD/TimeLapse/lapse.cpp -------------------------------------------------------------------------------- /TimeLapse/lapse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitluni/ESP32CamTimeLapse/HEAD/TimeLapse/lapse.h --------------------------------------------------------------------------------