Skip to content

Commit d86a9ea

Browse files
authored
Move libs publishing to this repo (#209)
1 parent d0e730c commit d86a9ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: tools/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ AR_USER="espressif"
3030
# The full name of the repository
3131
AR_REPO="$AR_USER/arduino-esp32"
3232
IDF_REPO="$AR_USER/esp-idf"
33-
AR_LIBS_REPO="$AR_USER/esp32-arduino-libs"
33+
AR_LIBS_REPO="$AR_USER/esp32-arduino-lib-builder"
3434

3535
AR_REPO_URL="https://github.com/$AR_REPO.git"
3636
IDF_REPO_URL="https://github.com/$IDF_REPO.git"

Diff for: tools/gen_platformio_manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "LGPL-2.1-or-later",
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/espressif/esp32-arduino-libs",
14+
"url": "https://github.com/espressif/esp32-arduino-lib-builder",
1515
},
1616
}
1717

0 commit comments

Comments
 (0)