mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 04:06:34 +00:00
Update platformio_override_sample.ini
This commit is contained in:
parent
d3559d7466
commit
af6fe55a13
@ -82,20 +82,19 @@ shared_libdeps_dir = lib
|
|||||||
; *** If you dont know what it is all about, do not change
|
; *** If you dont know what it is all about, do not change
|
||||||
lib_extra_dirs =
|
lib_extra_dirs =
|
||||||
; *** Only disabled for Tasmota minimal and Tasmota light. For all other variants needed!
|
; *** Only disabled for Tasmota minimal and Tasmota light. For all other variants needed!
|
||||||
lib_basic
|
lib/lib_basic
|
||||||
; **** I2C devices. Most sensors. Disable only if you dont have ANY I2C device enabled
|
; **** I2C devices. Most sensors. Disable only if you dont have ANY I2C device enabled
|
||||||
lib_i2c
|
lib/lib_i2c
|
||||||
; *** Displays. Disable if you dont have any Display activated
|
; *** Displays. Disable if you dont have any Display activated
|
||||||
lib_display
|
; lib/lib_display
|
||||||
; *** Bear SSL and base64. Disable if you dont have SSL or TLS activated
|
; *** Bear SSL and base64. Disable if you dont have SSL or TLS activated
|
||||||
lib_ssl
|
; lib/lib_ssl
|
||||||
; *** Audio needs a lot of time to compile. Mostly not used functions. Recommended to disable
|
; *** Audio needs a lot of time to compile. Mostly not used functions. Recommended to disable
|
||||||
; lib_audio
|
; lib/lib_audio
|
||||||
; *** RF 433 stuff (not RF Bridge). Recommended to disable
|
; *** RF 433 stuff (not RF Bridge). Recommended to disable
|
||||||
lib_rf
|
; lib/lib_rf
|
||||||
; *** Mostly not used functions. Recommended to disable
|
; *** Mostly not used functions. Recommended to disable
|
||||||
; lib_div
|
; lib/lib_div
|
||||||
|
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
; Activate only (one set) if you want to override the standard core defined in platformio.ini !!!
|
; Activate only (one set) if you want to override the standard core defined in platformio.ini !!!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user