Skip to content

Commit

Permalink
force tasmota version for core arduino 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Feb 17, 2024
1 parent 0d2e989 commit 0c33d8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/PlatformioBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ jobs:
export pio_ver=${{ matrix.platform-version }}
# append "test" profile to the current platformio.ini
echo "[env:test]">>platformio.ini
echo "extends = env:${{ matrix.pio-env }}">>platformio.ini
echo "platform = https://github.com/tasmota/platform-espressif32">>platformio.ini
echo "extends = env:${{ matrix.pio-env }}, platform_tasmota_2x">>platformio.ini
echo "platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32/releases/download/${pio_ver}/esp32-${pio_ver}.zip">>platformio.ini
echo "">>platformio.ini
# keep cache and dev_lib_deps.ini unless running from the master branch
Expand Down
3 changes: 3 additions & 0 deletions examples/Test/build_test/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ platform_packages = framework-arduinoespressif32
[platform_tasmota]
platform = https://github.com/tasmota/platform-espressif32

[platform_tasmota_2x]
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.11.01/platform-espressif32.zip


[lib_sdupdater]
lib_deps =
Expand Down

0 comments on commit 0c33d8a

Please sign in to comment.