mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
Revert "commented user override to pass travis ci test"
This reverts commit 7e576a58f93086397afb504e9fd3922ad8f0688e.
This commit is contained in:
parent
7e576a58f9
commit
1900aec318
@ -38,7 +38,6 @@
|
|||||||
|
|
||||||
//#define USE_CONFIG_OVERRIDE // Uncomment to use user_config_override.h file. See README.md
|
//#define USE_CONFIG_OVERRIDE // Uncomment to use user_config_override.h file. See README.md
|
||||||
|
|
||||||
|
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* SECTION 1
|
* SECTION 1
|
||||||
* - After initial load any change here only take effect if CFG_HOLDER is changed too
|
* - After initial load any change here only take effect if CFG_HOLDER is changed too
|
||||||
@ -367,7 +366,7 @@
|
|||||||
|
|
||||||
// -- Low level interface devices -----------------
|
// -- Low level interface devices -----------------
|
||||||
#define USE_IR_REMOTE // Send IR remote commands using library IRremoteESP8266 and ArduinoJson (+4k code, 0k3 mem, 48 iram)
|
#define USE_IR_REMOTE // Send IR remote commands using library IRremoteESP8266 and ArduinoJson (+4k code, 0k3 mem, 48 iram)
|
||||||
#define USE_IR_HVAC // Support for HVAC system using IR (+2k code)
|
// #define USE_IR_HVAC // Support for HVAC system using IR (+2k code)
|
||||||
#define USE_IR_RECEIVE // Support for IR receiver (+5k5 code, 264 iram)
|
#define USE_IR_RECEIVE // Support for IR receiver (+5k5 code, 264 iram)
|
||||||
|
|
||||||
#define USE_WS2812 // WS2812 Led string using library NeoPixelBus (+5k code, +1k mem, 232 iram) - Disable by //
|
#define USE_WS2812 // WS2812 Led string using library NeoPixelBus (+5k code, +1k mem, 232 iram) - Disable by //
|
||||||
|
Loading…
x
Reference in New Issue
Block a user