We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente2bc059 commit48f3aafCopy full SHA for 48f3aaf
README.rst
@@ -299,7 +299,7 @@ any command that require a platform core to work:
299
300
..code::console
301
302
- $ arduino-cli core search esp8266 --additional-urlshttp://arduino.esp8266.com/stable/package_esp8266com_index.json
+ $ arduino-cli core search esp8266 --additional-urlshttps://arduino.esp8266.com/stable/package_esp8266com_index.json
303
ID Version Name
304
esp8266:esp8266 2.5.2 esp8266
305
@@ -314,7 +314,7 @@ For example, to add the ESP8266 core, edit the configration file and change the
314
315
board_manager:
316
additional_urls:
317
- -http://arduino.esp8266.com/stable/package_esp8266com_index.json
+ -https://arduino.esp8266.com/stable/package_esp8266com_index.json
318
319
From now on, commands supporting custom cores will automatically use the
320
additional URL from the configuration file: