a few more compile-time infos about enabled/disabled features
helps to understand what you'll get
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#if defined(WLED_DISABLE_INFRARED)
|
||||
#pragma message "IR remote support disabled"
|
||||
void handleIR(){}
|
||||
#else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user