Skip to content

Commit

Permalink
Merge pull request #68 from Skptak/ShrinkMinimalRAMUsage
Browse files Browse the repository at this point in the history
Fix Demo Build Errors
Updates to fix the Getting Started Guide
Change to build.yml to build supported demo and board configurations
  • Loading branch information
Skptak authored Jan 30, 2024
2 parents b8cd609 + 2dec1fa commit a0fe220
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 95 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
fail-fast: false
matrix:
esp_idf_version:
- v4.4.1
- v5.0
- v5.1.2
- release-v5.2
- latest
esp_target:
- esp32
- esp32s2
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ build/
main/certs/
esp_ds_data/
managed_components/
sdkconfig
sdkconfig.old
dependencies.lock
Loading

0 comments on commit a0fe220

Please sign in to comment.