X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/eae64c5616142a359508a863c3f8f30f97d21daf..1f54e86cd05ee6e47b5da32107d191f0983ccf04:/irmpconfig.h diff --git a/irmpconfig.h b/irmpconfig.h index 457b369..297ec2f 100644 --- a/irmpconfig.h +++ b/irmpconfig.h @@ -103,6 +103,12 @@ #define IRMP_LOGGING 0 // 1: log IR signal (scan), 0: do not (default) #endif +/*--------------------------------------------------------------------------------------------------------------------------------------------------- + * Set IRMP_PROTOCOL_NAMES to 1 if want to access protocol names (for logging etc), costs ~300 bytes RAM! + *--------------------------------------------------------------------------------------------------------------------------------------------------- + */ +#define IRMP_PROTOCOL_NAMES 0 // 1: access protocol names, 0: do not (default), + /*--------------------------------------------------------------------------------------------------------------------------------------------------- * DO NOT CHANGE THE FOLLOWING LINES ! *---------------------------------------------------------------------------------------------------------------------------------------------------