mirror of https://github.com/arendst/Tasmota.git
Update platformio.ini
This commit is contained in:
parent
515ed22951
commit
b239a1d77e
|
@ -7,16 +7,9 @@
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; http://docs.platformio.org/en/stable/projectconf.html
|
; http://docs.platformio.org/en/stable/projectconf.html
|
||||||
|
|
||||||
[platformio]
|
|
||||||
description = Provide ESP8266 based devices with Web, MQTT and OTA firmware
|
|
||||||
src_dir = tasmota
|
|
||||||
build_cache_dir = .cache
|
|
||||||
extra_configs = platformio_tasmota32.ini
|
|
||||||
platformio_tasmota_env.ini
|
|
||||||
platformio_tasmota_env32.ini
|
|
||||||
platformio_override.ini
|
|
||||||
|
|
||||||
; *** Build/upload environment
|
; *** Tasmota build variant selection
|
||||||
|
[build_envs]
|
||||||
default_envs =
|
default_envs =
|
||||||
; *** Uncomment by deleting ";" in the line(s) below to select version(s)
|
; *** Uncomment by deleting ";" in the line(s) below to select version(s)
|
||||||
; tasmota
|
; tasmota
|
||||||
|
@ -51,10 +44,21 @@ default_envs =
|
||||||
; tasmota-TW
|
; tasmota-TW
|
||||||
; tasmota-UK
|
; tasmota-UK
|
||||||
;
|
;
|
||||||
|
; *** Selection for Tasmota ESP32 is done in platformio_tasmota32.ini
|
||||||
|
;
|
||||||
; *** alternatively can be done in: platformio_override.ini
|
; *** alternatively can be done in: platformio_override.ini
|
||||||
; *** See example: platformio_override_sample.ini
|
; *** See example: platformio_override_sample.ini
|
||||||
; *********************************************************************
|
; *********************************************************************
|
||||||
|
|
||||||
|
[platformio]
|
||||||
|
description = Provide ESP8266 / ESP32 based devices with Web, MQTT and OTA firmware
|
||||||
|
src_dir = tasmota
|
||||||
|
build_cache_dir = .cache
|
||||||
|
extra_configs = platformio_tasmota32.ini
|
||||||
|
platformio_tasmota_env.ini
|
||||||
|
platformio_tasmota_env32.ini
|
||||||
|
platformio_override.ini
|
||||||
|
default_envs = ${build_envs.default_envs}
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
Loading…
Reference in New Issue