Skip to content

Commit 0d2944f

Browse files
Remove obsolete staging info
1 parent e3a3507 commit 0d2944f

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

doc/installing.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ Instructions
2828
- Don't forget to select your ESP8266 board from Tools > Board menu
2929
after installation.
3030

31-
You may optionally use *staging* boards manager package link:
32-
``https://arduino.esp8266.com/staging/package_esp8266com_index.json``.
33-
This may contain some new features, but at the same time, some things
34-
might be broken.
35-
3631
For more information on the Arduino Board Manager, see:
3732

3833
- https://www.arduino.cc/en/guide/cores

tools/elf2bin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# GNU General Public License for more details.
1717
#
1818
# You should have received a copy of the GNU General Public License
19-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

2121
import argparse
2222
import re

tools/platformio-build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# https://www.apache.org/licenses/LICENSE-2.0
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,
@@ -19,7 +19,7 @@
1919
control devices attached to a wide range of Arduino boards to create all
2020
kinds of creative coding, interactive objects, spaces or physical experiences.
2121
22-
http://arduino.cc/en/Reference/HomePage
22+
https://arduino.cc/en/Reference/HomePage
2323
"""
2424

2525
# Extends: https://github.com/platformio/platform-espressif8266/blob/develop/builder/main.py

0 commit comments

Comments
 (0)