Update platformio.ini

This commit is contained in:
Jason2866 2019-11-01 11:44:18 +01:00 committed by GitHub
parent 6a6d829c27
commit fa854b7bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ build_cache_dir = .cache
; *** Build/upload environment
default_envs =
; *** Uncomment the line(s) below to select version(s)
; *** Uncomment by deleting ";" in the line(s) below to select version(s)
; tasmota
; tasmota-ircustom ; alternative to 'tasmota' with full IR protocols activated, you will need to disable some features to keep code not too big
; tasmota-minimal
@ -54,7 +54,7 @@ platform = ${core_active.platform}
build_flags = ${core_active.build_flags}
; *********************************************************************
; *** Uncomment to use custom settings from file user_config_override.h
; *** Uncomment by deleting ";" to use custom settings from file user_config_override.h
; -DUSE_CONFIG_OVERRIDE
; *********************************************************************