Skip to content

Commit

Permalink
pioarduino changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Dec 6, 2024
1 parent a2f420a commit 136bc2f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 116 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/dangerjs.yml

This file was deleted.

87 changes: 0 additions & 87 deletions .github/workflows/docker.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release_zips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
name: Create release zip file
runs-on: ubuntu-20.04
steps:
- name: Create a recursive clone source zip
uses: espressif/github-actions/release_zips@master
- name: Create a recursive clone source and stripped zip
uses: Jason2866/github-actions/release_zips@release_idf
env:
RELEASE_PROJECT_NAME: ESP-IDF
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "framework-espidf",
"version": "3.50500",
"description": "Espressif IoT Development Framework for ESP32x based chip series",
"keywords": [
"framework",
"esp32",
"esp32s2",
"esp32s3",
"esp32c2",
"esp32c3",
"esp32c6",
"esp32h2",
"esp32p4",
"espressif"
],
"homepage": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/espressif/esp-idf"
}
}
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5.5.0.20241205

0 comments on commit 136bc2f

Please sign in to comment.