First attempt to get the motion cam to detect motion - only logging so far.

This commit is contained in:
Joe Tretter
2024-07-10 20:40:49 -05:00
commit 797b4e8fca
7 changed files with 222 additions and 0 deletions

17
platformio.ini Normal file
View File

@@ -0,0 +1,17 @@
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32cam]
platform = espressif32
board = esp32cam
framework = arduino
monitor_speed = 115200
lib_deps = https://github.com/eloquentarduino/EloquentEsp32cam.git