We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e730c commit d86a9eaCopy full SHA for d86a9ea
tools/config.sh
@@ -30,7 +30,7 @@ AR_USER="espressif"
30
# The full name of the repository
31
AR_REPO="$AR_USER/arduino-esp32"
32
IDF_REPO="$AR_USER/esp-idf"
33
-AR_LIBS_REPO="$AR_USER/esp32-arduino-libs"
+AR_LIBS_REPO="$AR_USER/esp32-arduino-lib-builder"
34
35
AR_REPO_URL="https://github.com/$AR_REPO.git"
36
IDF_REPO_URL="https://github.com/$IDF_REPO.git"
tools/gen_platformio_manifest.py
@@ -11,7 +11,7 @@
11
"license": "LGPL-2.1-or-later",
12
"repository": {
13
"type": "git",
14
- "url": "https://github.com/espressif/esp32-arduino-libs",
+ "url": "https://github.com/espressif/esp32-arduino-lib-builder",
15
},
16
}
17
0 commit comments