Added reference to url for instructions.
This commit is contained in:
parent
12fce2457b
commit
19c75defb3
|
|
@ -28,6 +28,7 @@ apt install -y git python3-serial
|
|||
|
||||
# https://github.com/arduino/Arduino/wiki/Unofficial-list-of-3rd-party-boards-support-urls
|
||||
# Install ESP32 core
|
||||
# See: https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md
|
||||
ADD_URLS="${ADD_URLS},https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"
|
||||
#ADD_URLS="${ADD_URLS}, https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json"
|
||||
${ARDUINO_DIR}/arduino \
|
||||
|
|
|
|||
Loading…
Reference in New Issue