Skip to content

Commit

Permalink
use espressif32 v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vnau committed Nov 13, 2024
1 parent e4428d6 commit c3fed75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

[libraries]
json = [email protected]
ble = https://github.com/h2zero/NimBLE-Arduino.git#1.3.3
decoder = [email protected]
ble = https://github.com/h2zero/NimBLE-Arduino.git#1.3.8
theengs = [email protected]
ntp = NTPClient@^3.2.1
qr = ESP32QRCodeReader

[env:esp32cam]
platform = espressif32
platform = espressif32@6.4.0
board = esp32cam
framework = arduino
; monitor flags
Expand All @@ -29,6 +29,6 @@ build_flags = -D READ_WIFI_QR_CODE ; flag to add support for QR codes
lib_deps =
${libraries.json}
${libraries.ble}
${libraries.decoder}
${libraries.theengs}
${libraries.ntp}
${libraries.qr}

0 comments on commit c3fed75

Please sign in to comment.