mirror of https://github.com/arendst/Tasmota.git
Merge pull request #8171 from Jason2866/patch-2
Better placing of ESP32 env...
This commit is contained in:
commit
d9b3f2d6f9
|
@ -12,7 +12,6 @@ src_dir = tasmota
|
|||
build_dir = .pioenvs
|
||||
build_cache_dir = .cache
|
||||
extra_configs = platformio_tasmota_env.ini
|
||||
platformio_tasmota_env32.ini
|
||||
platformio_override.ini
|
||||
|
||||
; *** Build/upload environment
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
|
||||
[platformio]
|
||||
extra_configs = platformio_tasmota_env32.ini
|
||||
|
||||
; *** Build/upload environment
|
||||
default_envs =
|
||||
|
|
Loading…
Reference in New Issue