Update platformio_override_sample.ini

This commit is contained in:
Jason2866 2020-10-26 13:34:25 +01:00 committed by GitHub
parent d3559d7466
commit af6fe55a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 deletions

View File

@ -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 !!!