mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
beautify
This commit is contained in:
parent
39a852e4a8
commit
98a3d6f45f
@ -1,8 +1,8 @@
|
|||||||
[env:tasmota-zigbee]
|
[env:tasmota-zigbee]
|
||||||
board = esp8266_4M2M
|
board = esp8266_4M2M
|
||||||
build_flags = ${common.build_flags}
|
build_flags = ${common.build_flags}
|
||||||
-DUSE_ZIGBEE
|
-DUSE_ZIGBEE
|
||||||
-DUSE_UFILESYS
|
-DUSE_UFILESYS
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
; Activate (by removing the ";" in the next lines) if you want to override the standard core defined in platformio.ini !!!
|
; Activate (by removing the ";" in the next lines) if you want to override the standard core defined in platformio.ini !!!
|
||||||
@ -27,14 +27,14 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||||||
|
|
||||||
; *** Tasmota version Stage ESP32 IDF3.3.5
|
; *** Tasmota version Stage ESP32 IDF3.3.5
|
||||||
[env:tasmota32idf3]
|
[env:tasmota32idf3]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/raw/framework-arduinoespressif32/framework-arduinoespressif32-release_v3.3-6aaddf972.tar.gz
|
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/raw/framework-arduinoespressif32/framework-arduinoespressif32-release_v3.3-6aaddf972.tar.gz
|
||||||
;framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#release/v1.0
|
;framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#release/v1.0
|
||||||
platformio/tool-esptoolpy @ ~1.30100
|
platformio/tool-esptoolpy @ ~1.30100
|
||||||
platformio/tool-mklittlefs @ ~1.203.200522
|
platformio/tool-mklittlefs @ ~1.203.200522
|
||||||
build_unflags = ${esp32_defaults.build_unflags}
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
build_flags = ${esp32_defaults.build_flags}
|
build_flags = ${esp32_defaults.build_flags}
|
||||||
;-DESP32_STAGE=true
|
;-DESP32_STAGE=true
|
||||||
|
|
||||||
;*** EXPERIMENTAL Tasmota version for ESP32-S2
|
;*** EXPERIMENTAL Tasmota version for ESP32-S2
|
||||||
[env:tasmota32s2]
|
[env:tasmota32s2]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user