Skip to content

Commit

Permalink
Merge pull request #3862 from willmmiles/fix-esp8266-platform-selection
Browse files Browse the repository at this point in the history
Fix ESP8266 framework version selection
  • Loading branch information
blazoncek authored Mar 29, 2024
2 parents b7db5be + 2900bda commit 6f38874
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ arduino_core_git = https://github.com/platformio/platform-espressif8266#feature/
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
platformio/toolchain-xtensa @ ~2.100300.220621 #2.40802.200502
platform_packages = platformio/toolchain-xtensa @ ~2.100300.220621 #2.40802.200502
platformio/tool-esptool #@ ~1.413.0
platformio/tool-esptoolpy #@ ~1.30000.0

Expand Down

0 comments on commit 6f38874

Please sign in to comment.