-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9299 from Jason2866/8.5.0
fix pio setup
- Loading branch information
Showing
4 changed files
with
54 additions
and
14 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
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 |
---|---|---|
@@ -1,8 +1,46 @@ | ||
; *** BETA ESP32 Tasmota version *** | ||
; *** expect the unexpected. Some features not working!!! *** | ||
|
||
[platformio] | ||
|
||
; *** Tasmota build variant selection | ||
default_envs = ${build_envs.default_envs} | ||
; *** Uncomment by deleting ";" in the line(s) below to select version(s) | ||
; tasmota32 | ||
; tasmota32-webcam | ||
; tasmota32-minimal | ||
; tasmota32-lite | ||
; tasmota32-knx | ||
; tasmota32-sensors | ||
; tasmota32-display | ||
; tasmota32-ir | ||
; tasmota32-ircustom | ||
; tasmota32-BG | ||
; tasmota32-BR | ||
; tasmota32-CN | ||
; tasmota32-CZ | ||
; tasmota32-DE | ||
; tasmota32-ES | ||
; tasmota32-FR | ||
; tasmota32-GR | ||
; tasmota32-HE | ||
; tasmota32-HU | ||
; tasmota32-IT | ||
; tasmota32-KO | ||
; tasmota32-NL | ||
; tasmota32-PL | ||
; tasmota32-PT | ||
; tasmota32-RO | ||
; tasmota32-RU | ||
; tasmota32-SE | ||
; tasmota32-SK | ||
; tasmota32-TR | ||
; tasmota32-TW | ||
; tasmota32-UK | ||
|
||
|
||
[common32] | ||
platform = espressif32@1.12.4 | ||
platform = espressif32@2.0.0 | ||
platform_packages = [email protected] | ||
board = esp32dev | ||
board_build.ldscript = esp32_out.ld | ||
|