mirror of https://github.com/arendst/Tasmota.git
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
|
||||
lib_extra_dirs =
|
||||
; *** 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
|
||||
lib_i2c
|
||||
lib/lib_i2c
|
||||
; *** 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
|
||||
lib_ssl
|
||||
; lib/lib_ssl
|
||||
; *** 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
|
||||
lib_rf
|
||||
; lib/lib_rf
|
||||
; *** Mostly not used functions. Recommended to disable
|
||||
; lib_div
|
||||
|
||||
; lib/lib_div
|
||||
|
||||
[core]
|
||||
; Activate only (one set) if you want to override the standard core defined in platformio.ini !!!
|
||||
|
|
Loading…
Reference in New Issue