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

Commita6e37b8

Browse files
authored
Merge branch 'master' into convergence
2 parents1a4ceba +cb9734c commita6e37b8

File tree

117 files changed

+2675
-863
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+2675
-863
lines changed

‎.github/workflows/build-host.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run:
1818
shell:bash
1919
steps:
20-
-uses:actions/checkout@v3
20+
-uses:actions/checkout@v4
2121
with:
2222
submodules:true
2323
-run:|
@@ -32,7 +32,7 @@ jobs:
3232
run:
3333
shell:bash
3434
steps:
35-
-uses:actions/checkout@v3
35+
-uses:actions/checkout@v4
3636
with:
3737
submodules:true
3838
-run:|

‎.github/workflows/build-ide.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run:
1818
shell:bash
1919
steps:
20-
-uses:actions/checkout@v3
20+
-uses:actions/checkout@v4
2121
with:
2222
submodules:false
2323
-uses:actions/cache@v3
@@ -39,7 +39,7 @@ jobs:
3939
lwip:["default", "IPv6"]
4040
chunk:[0, 1, 2, 3, 4, 5, 6, 7]
4141
steps:
42-
-uses:actions/checkout@v3
42+
-uses:actions/checkout@v4
4343
with:
4444
submodules:true
4545
-uses:actions/setup-python@v4
@@ -63,7 +63,7 @@ jobs:
6363
name:Windows
6464
runs-on:windows-latest
6565
steps:
66-
-uses:actions/checkout@v3
66+
-uses:actions/checkout@v4
6767
with:
6868
submodules:false
6969
-uses:actions/setup-python@v4
@@ -88,7 +88,7 @@ jobs:
8888
run:
8989
shell:bash
9090
steps:
91-
-uses:actions/checkout@v3
91+
-uses:actions/checkout@v4
9292
with:
9393
submodules:false
9494
-uses:actions/setup-python@v4

‎.github/workflows/build-platformio.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run:
1919
shell:bash
2020
steps:
21-
-uses:actions/checkout@v3
21+
-uses:actions/checkout@v4
2222
with:
2323
submodules:true
2424
-uses:actions/setup-python@v4

‎.github/workflows/check-autogenerated.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run:
1717
shell:bash
1818
steps:
19-
-uses:actions/checkout@v3
19+
-uses:actions/checkout@v4
2020
with:
2121
submodules:false
2222
-run:|
@@ -29,7 +29,7 @@ jobs:
2929
run:
3030
shell:bash
3131
steps:
32-
-uses:actions/checkout@v3
32+
-uses:actions/checkout@v4
3333
with:
3434
submodules:false
3535
-uses:actions/setup-python@v4
@@ -51,7 +51,7 @@ jobs:
5151
run:
5252
shell:bash
5353
steps:
54-
-uses:actions/checkout@v3
54+
-uses:actions/checkout@v4
5555
with:
5656
submodules:false
5757
-uses:actions/setup-python@v4

‎.github/workflows/documentation.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run:
1717
shell:bash
1818
steps:
19-
-uses:actions/checkout@v3
19+
-uses:actions/checkout@v4
2020
with:
2121
submodules:true
2222
-uses:actions/setup-python@v4

‎.github/workflows/release-to-publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name:Update master JSON file
3737
runs-on:ubuntu-latest
3838
steps:
39-
-uses:actions/checkout@v3
39+
-uses:actions/checkout@v4
4040
with:
4141
submodules:false
4242
fetch-depth:0

‎.github/workflows/style-check.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run:
1818
shell:bash
1919
steps:
20-
-uses:actions/checkout@v3
20+
-uses:actions/checkout@v4
2121
with:
2222
submodules:true
2323
-uses:actions/setup-python@v4
@@ -46,7 +46,7 @@ jobs:
4646
name:codespell
4747
runs-on:ubuntu-latest
4848
steps:
49-
-uses:actions/checkout@v3
49+
-uses:actions/checkout@v4
5050
with:
5151
submodules:false
5252
-name:Run codespell

‎.github/workflows/tag-to-draft-release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run:
1919
shell:bash
2020
steps:
21-
-uses:actions/checkout@v3
21+
-uses:actions/checkout@v4
2222
with:
2323
submodules:true
2424
fetch-depth:0

‎README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Arduino core for ESP8266 WiFi chip
33

44
#Quick links
55

6-
-[Latest release documentation](https://arduino-esp8266.readthedocs.io/en/3.1.1/)
6+
-[Latest release documentation](https://arduino-esp8266.readthedocs.io/en/3.1.2/)
77
-[Current "git version" documentation](https://arduino-esp8266.readthedocs.io/en/latest/)
88
-[Install git version](https://arduino-esp8266.readthedocs.io/en/latest/installing.html#using-git-version) ([sources](doc/installing.rst#using-git-version))
99

@@ -28,15 +28,15 @@ ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and
2828

2929
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).
3030

31-
-Install the current upstreamArduino IDEat the 1.8.9 levelorlater. The current version is on the[Arduino website](https://www.arduino.cc/en/software).
32-
- Start Arduino and open the Preferences window.
33-
- Enter```https://arduino.esp8266.com/stable/package_esp8266com_index.json``` into the*File>Preferences>Additional Boards Manager URLs* field of the Arduino IDE. You can add multiple URLs, separating them with commas.
31+
-[Download and installArduino IDE1.xor2.x](https://www.arduino.cc/en/software)
32+
- Start Arduino and open the Preferences window
33+
- Enter`https://arduino.esp8266.com/stable/package_esp8266com_index.json` into the*File>Preferences>Additional Boards Manager URLs* field of the Arduino IDE. You can add multiple URLs, separating them with commas.
3434
- 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).
3535

3636
####Latest release[![Latest release](https://img.shields.io/github/release/esp8266/Arduino.svg)](https://github.com/esp8266/Arduino/releases/latest/)
3737
Boards manager link:`https://arduino.esp8266.com/stable/package_esp8266com_index.json`
3838

39-
Documentation:[https://arduino-esp8266.readthedocs.io/en/3.1.1/](https://arduino-esp8266.readthedocs.io/en/3.1.1/)
39+
Documentation:[https://arduino-esp8266.readthedocs.io/en/3.1.2/](https://arduino-esp8266.readthedocs.io/en/3.1.2/)
4040

4141
###Using git version
4242

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp