Skip to content

Commit

Permalink
Merge branch 'Arduino/IDF5' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored May 25, 2024
2 parents 2f4a3ce + aef517d commit 313d5e3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release_zips.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Create zip file with recursive source clone for release

on:
push:
tags:
- 20*

jobs:
release_zips:
name: Create release zip file
runs-on: ubuntu-22.04
steps:
- name: Create a recursive clone source zip
uses: jason2866/github-actions/release_zips@release_idf
env:
RELEASE_PROJECT_NAME: platform-espressif32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Espressif Systems is a privately held fabless semiconductor company. They provid
2. Create PlatformIO project and configure a platform option in [platformio.ini](http://docs.platformio.org/page/projectconf.html) file:

### Tasmota release Arduino 3.0.0 / IDF 5.1.4

Support for the ESP32/ESP32solo1, ESP32C2, ESP32C3, ESP32C6, ESP32S2, ESP32S3 and ESP32-H2
```
[platformio]
Expand Down

0 comments on commit 313d5e3

Please sign in to comment.