Skip to content

Commit

Permalink
upgraded sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanLut committed Nov 1, 2024
1 parent a01feee commit 2fbb085
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 107 deletions.
8 changes: 7 additions & 1 deletion air_firmware_esp32cam/dependencies.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
manifest_hash: 63f5c6c9f0bcebc7b9ca12d2aa8b26b2c5f5218d377dc4b2375d9b9ca1df7815
dependencies:
idf:
component_hash: null
source:
type: idf
version: 5.3.1
manifest_hash: 8c9ed1ee79e168fc798d5db5ef9ac5ba263464baa9235d488074bbda72ce922b
target: esp32
version: 1.0.0
3 changes: 2 additions & 1 deletion air_firmware_esp32cam/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ src_dir = main
default_envs = esp32cam

[env:esp32cam]
platform = espressif32@ 6.9.0
;platform = espressif32@ 6.6.0 //fails to startup!!!
platform = espressif32@ 6.5.0
;platform = espressif32@ 6.5.0 //compiles with python 3.11 or below
;platform = espressif32@ ^5.4.0
framework = espidf

Expand Down
Loading

0 comments on commit 2fbb085

Please sign in to comment.