Skip to content

Commit

Permalink
locked version of aws-idf
Browse files Browse the repository at this point in the history
  • Loading branch information
t04glovern committed Nov 6, 2022
1 parent 9183ec3 commit a13e70f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -19,6 +19,9 @@
# Build project
platformio run

# If you get an error `Kconfig.projbuild' not found (in 'source "$COMPONENT_KCONFIGS_PROJBUILD"').`, run this command
pip3 uninstall kconfiglib

# Upload firmware
platformio run --target upload
```
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Expand Up @@ -8,7 +8,7 @@
; http://docs.platformio.org/page/projectconf.html

[env:esp32dev]
platform = espressif32
platform = espressif32@1.11.1
framework = espidf
board = esp32dev
monitor_speed = 115200
Expand Down

0 comments on commit a13e70f

Please sign in to comment.