Skip to content

Commit

Permalink
Move libs publishing to this repo (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Aug 19, 2024
1 parent d0e730c commit d86a9ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ AR_USER="espressif"
# The full name of the repository
AR_REPO="$AR_USER/arduino-esp32"
IDF_REPO="$AR_USER/esp-idf"
AR_LIBS_REPO="$AR_USER/esp32-arduino-libs"
AR_LIBS_REPO="$AR_USER/esp32-arduino-lib-builder"

AR_REPO_URL="https://github.com/$AR_REPO.git"
IDF_REPO_URL="https://github.com/$IDF_REPO.git"
Expand Down
2 changes: 1 addition & 1 deletion tools/gen_platformio_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "LGPL-2.1-or-later",
"repository": {
"type": "git",
"url": "https://github.com/espressif/esp32-arduino-libs",
"url": "https://github.com/espressif/esp32-arduino-lib-builder",
},
}

Expand Down

0 comments on commit d86a9ea

Please sign in to comment.