File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ Instructions
28
28
- Don't forget to select your ESP8266 board from Tools > Board menu
29
29
after installation.
30
30
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
-
36
31
For more information on the Arduino Board Manager, see:
37
32
38
33
- https://www.arduino.cc/en/guide/cores
Original file line number Diff line number Diff line change 16
16
# GNU General Public License for more details.
17
17
#
18
18
# 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/>.
20
20
21
21
import argparse
22
22
import re
Original file line number Diff line number Diff line change 4
4
# you may not use this file except in compliance with the License.
5
5
# You may obtain a copy of the License at
6
6
#
7
- # http ://www.apache.org/licenses/LICENSE-2.0
7
+ # https ://www.apache.org/licenses/LICENSE-2.0
8
8
#
9
9
# Unless required by applicable law or agreed to in writing, software
10
10
# distributed under the License is distributed on an "AS IS" BASIS,
19
19
control devices attached to a wide range of Arduino boards to create all
20
20
kinds of creative coding, interactive objects, spaces or physical experiences.
21
21
22
- http ://arduino.cc/en/Reference/HomePage
22
+ https ://arduino.cc/en/Reference/HomePage
23
23
"""
24
24
25
25
# Extends: https://github.com/platformio/platform-espressif8266/blob/develop/builder/main.py
You can’t perform that action at this time.
0 commit comments