Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit48f3aaf

Browse files
alranelMassimiliano Pippi
authored and
Massimiliano Pippi
committed
Use https scheme in example (#547)
1 parente2bc059 commit48f3aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ any command that require a platform core to work:
299299

300300
..code::console
301301
302-
$ arduino-cli core search esp8266 --additional-urlshttp://arduino.esp8266.com/stable/package_esp8266com_index.json
302+
$ arduino-cli core search esp8266 --additional-urlshttps://arduino.esp8266.com/stable/package_esp8266com_index.json
303303
ID Version Name
304304
esp8266:esp8266 2.5.2 esp8266
305305
@@ -314,7 +314,7 @@ For example, to add the ESP8266 core, edit the configration file and change the
314314
315315
board_manager:
316316
additional_urls:
317-
-http://arduino.esp8266.com/stable/package_esp8266com_index.json
317+
-https://arduino.esp8266.com/stable/package_esp8266com_index.json
318318
319319
From now on, commands supporting custom cores will automatically use the
320320
additional URL from the configuration file:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp