You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,20 @@ ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and
28
28
29
29
Starting with 1.6.4, Arduino allows installation of third-party platform packages using Boards Manager. We have packages available for Windows, Mac OS, and Linux (32 and 64 bit).
30
30
31
-
- Install the current upstream Arduino IDE at the 1.8.7 level or later. The current version is at the [Arduino website](http://www.arduino.cc/en/main/software).
31
+
- Install the current upstream Arduino IDE at the 1.8.7 level or later. The current version is at the [Arduino website](https://www.arduino.cc/en/main/software).
32
32
- Start Arduino and open Preferences window.
33
-
- Enter ```http://arduino.esp8266.com/stable/package_esp8266com_index.json``` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas.
33
+
- Enter ```https://arduino.esp8266.com/stable/package_esp8266com_index.json``` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas.
34
34
- Open Boards Manager from Tools > Board menu and install *esp8266* platform (and don't forget to select your ESP8266 board from Tools > Board menu after installation).
- Install the current upstream Arduino IDE at the 1.8 level or later. The current version is at the [Arduino website](http://www.arduino.cc/en/main/software).
44
+
- Install the current upstream Arduino IDE at the 1.8 level or later. The current version is at the [Arduino website](https://www.arduino.cc/en/main/software).
45
45
- Go to Arduino directory
46
46
- For Mac OS X, it is `Arduino.app` showing as the Arduino icon.
47
47
This location may be your `~/Downloads`, `~/Desktop` or even `/Applications`.
@@ -70,19 +70,19 @@ python get.py
70
70
71
71
### Using PlatformIO
72
72
73
-
[PlatformIO](http://platformio.org?utm_source=github&utm_medium=arduino-esp8266) is an open source ecosystem for IoT
73
+
[PlatformIO](https://platformio.org?utm_source=github&utm_medium=arduino-esp8266) is an open source ecosystem for IoT
74
74
development with cross platform build system, library manager and full support
75
75
for Espressif (ESP8266) development. It works on the popular host OS: macOS, Windows,
76
76
Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
77
77
78
-
- [What is PlatformIO?](http://docs.platformio.org/en/latest/what-is-platformio.html?utm_source=github&utm_medium=arduino-esp8266)
@@ -95,7 +95,7 @@ Documentation for latest development version: https://arduino-esp8266.readthedoc
95
95
96
96
### Issues and support ###
97
97
98
-
[ESP8266 Community Forum](http://www.esp8266.com/u/arduinoanswers) is a well established community forquestions and answers about Arduino for ESP8266. If you need help, have a "How do I..." type question, have a problem with a 3rd party lib not hostedin this repo, or just want to discuss how to approach a problem , please ask there.
98
+
[ESP8266 Community Forum](https://www.esp8266.com/u/arduinoanswers) is a well established community forquestions and answers about Arduino for ESP8266. If you need help, have a "How do I..." type question, have a problem with a 3rd party lib not hostedin this repo, or just want to discuss how to approach a problem , please ask there.
99
99
100
100
If you find the forum useful, please consider supporting it with a donation. <br />
0 commit comments