workaround for platform 6.12

This commit is contained in:
MichaelDvP
2025-08-29 08:49:51 +02:00
parent 227b1ac59b
commit 9225ad2ad9
4 changed files with 5 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U platformio
python -m pip install intelhex
- name: Build the WebUI
run: |

View File

@@ -35,6 +35,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U platformio
python -m pip install intelhex
- name: Build the WebUI
run: |

View File

@@ -43,6 +43,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U platformio
python -m pip install intelhex
- name: Build the WebUI
run: |

View File

@@ -61,7 +61,7 @@ framework = arduino
board_build.partitions = partitions/esp32_partition_16M.csv
board_upload.flash_size = 16MB
board_build.app_partition_name = app0
platform = espressif32@6.11.0 ; Arduino Core v2.0.17 / IDF v4.4.7
platform = espressif32@6.12.0 ; Arduino Core v2.0.17 / IDF v4.4.7
; 32MB Flash variants
[espressif32_base_32M]
@@ -69,7 +69,7 @@ framework = arduino
board_build.partitions = partitions/esp32_partition_32M.csv
board_upload.flash_size = 32MB
board_build.app_partition_name = app0
platform = espressif32@6.11.0 ; Arduino Core 2.0.17 / IDF 4.4.7
platform = espressif32@6.12.0 ; Arduino Core 2.0.17 / IDF 4.4.7
; use Tasmota's library for 4MB Flash variants.
; Removes libs (like mbedtsl, so no WiFi_secure.h) to increase available heap