Fixed & improved build scripts (#288)

* Fixed&improved build scripts

* Fixes and updates

* Fix for esp-idf-ci-action

* Build fixes
This commit is contained in:
Ken Van Hoeylandt
2025-06-09 21:03:18 +02:00
committed by GitHub
parent 1593eb80ce
commit a091923353
7 changed files with 36 additions and 9 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ runs:
shell: bash
run: cp sdkconfig.board.${{ inputs.board_id }} sdkconfig
- name: 'Build'
uses: espressif/esp-idf-ci-action@main
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.4
target: ${{ inputs.arch }}