mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
enable user_config_override.h by default
This commit is contained in:
parent
f8600c048d
commit
82ec017b3b
@ -8,8 +8,10 @@
|
|||||||
; http://docs.platformio.org/en/stable/projectconf.html
|
; http://docs.platformio.org/en/stable/projectconf.html
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
|
description = Provide ESP8266 based devices with Web, MQTT and OTA firmware
|
||||||
src_dir = tasmota
|
src_dir = tasmota
|
||||||
build_dir = .pioenvs
|
build_dir = .pioenvs
|
||||||
|
workspace_dir = .pioenvs
|
||||||
build_cache_dir = .cache
|
build_cache_dir = .cache
|
||||||
extra_configs = platformio_tasmota_env.ini
|
extra_configs = platformio_tasmota_env.ini
|
||||||
platformio_override.ini
|
platformio_override.ini
|
||||||
@ -64,11 +66,8 @@ platform_packages = ${core_active.platform_packages}
|
|||||||
build_flags = ${core_active.build_flags}
|
build_flags = ${core_active.build_flags}
|
||||||
|
|
||||||
; *********************************************************************
|
; *********************************************************************
|
||||||
; *** Uncomment, by deleting ";" in line below, to use custom settings from file user_config_override.h
|
; *** Use custom settings from file user_config_override.h
|
||||||
; -DUSE_CONFIG_OVERRIDE
|
-DUSE_CONFIG_OVERRIDE
|
||||||
;
|
|
||||||
; *** alternatively can be done in: platformio_override.ini
|
|
||||||
; *** See example: platformio_override_sample.ini
|
|
||||||
; *********************************************************************
|
; *********************************************************************
|
||||||
|
|
||||||
; *** Fix espressif8266@1.7.0 induced undesired all warnings
|
; *** Fix espressif8266@1.7.0 induced undesired all warnings
|
||||||
@ -86,6 +85,7 @@ extra_scripts = ${scripts_defaults.extra_scripts}
|
|||||||
extra_scripts = pio/strip-floats.py
|
extra_scripts = pio/strip-floats.py
|
||||||
pio/name-firmware.py
|
pio/name-firmware.py
|
||||||
pio/gzip-firmware.py
|
pio/gzip-firmware.py
|
||||||
|
pio/override_copy.py
|
||||||
|
|
||||||
[esp_defaults]
|
[esp_defaults]
|
||||||
build_flags = -D_IR_ENABLE_DEFAULT_=false
|
build_flags = -D_IR_ENABLE_DEFAULT_=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user