diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index a99e3021..fa731fe5 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -10,12 +10,18 @@ jobs: steps: - name: Checkout repository and submodules - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0 - - name: Build binaries - uses: ctag-fh-kiel/esp-idf-action@5 +# - name: Copy config +# run: | +# git checkout v1.0.0_pre && cp sdkconfig.defaults.mk1 sdkconfig + - name: esp-idf build + uses: espressif/esp-idf-ci-action@v1.1.0 + with: + esp_idf_version: v5.1.1 + target: esp32 - name: Archive binaries run: | zip --junk-paths binaries build/*.bin build/bootloader/*.bin build/partition_table/*.bin diff --git a/versions.md b/versions.md index 975cdf6a..0a8ef14a 100644 --- a/versions.md +++ b/versions.md @@ -3,8 +3,7 @@ ## V1.0.0 - Updated to newer mutable instruments code base, TBDaits (aka. Plaits) has now all 24 models - Switched to ESP-IDF 5.1.1 -- Swapped flash file system to LittleFS from SPIFFS -- Much improved stability of flash file system +- Swapped flash file system to LittleFS from SPIFFS, much improved stability of flash file system - Fixed many bugs with backup / restore mechanism - Added support for BlackBoxAudio hardware