forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WS logic: No resending, improved ESP8266 stability
Update ESP8266 core to 3.1.2
- Loading branch information
1 parent
4ea5723
commit c04c73b
Showing
5 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,13 +60,14 @@ arduino_core_2_7_4 = [email protected] | |
arduino_core_3_0_0 = [email protected] | ||
arduino_core_3_2_0 = [email protected] | ||
arduino_core_4_1_0 = [email protected] | ||
arduino_core_3_1_2 = [email protected] | ||
|
||
# Development platforms | ||
arduino_core_develop = https://github.com/platformio/platform-espressif8266#develop | ||
arduino_core_git = https://github.com/platformio/platform-espressif8266#feature/stage | ||
|
||
# Platform to use for ESP8266 | ||
platform_wled_default = ${common.arduino_core_4_1_0} | ||
platform_wled_default = ${common.arduino_core_3_1_2} | ||
# We use 2.7.4.7 for all, includes PWM flicker fix and Wstring optimization | ||
#platform_packages = tasmota/framework-arduinoespressif8266 @ 3.20704.7 | ||
platform_packages = platformio/framework-arduinoespressif8266 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters