Skip to content

Commit

Permalink
SignalReport disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tekka007 committed Jan 9, 2018
1 parent ca73ae2 commit 9b45754
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions MyConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -1102,20 +1102,12 @@
#endif

/**
* @def MY_DISABLE_SIGNAL_REPORT
* @ingroup memorysavings
* @brief If defined, signal report functionality will be unavailable.
* @see MY_SIGNAL_REPORT_ENABLED
*/
/**
* @def MY_SIGNAL_REPORT_ENABLED
* @brief Enables signal report functionality.
* @note Enabled by default. This feature adds ~1kB code to the sketch.
* @see MY_DISABLE_SIGNAL_REPORT
*/
#ifndef MY_DISABLE_SIGNAL_REPORT
#define MY_SIGNAL_REPORT_ENABLED
#endif
* @def MY_SIGNAL_REPORT_ENABLED
* @brief Enables signal report functionality.
* @note Enabled by default. This feature adds ~1kB code to the sketch.
*/
//#define MY_SIGNAL_REPORT_ENABLED

/** @}*/ // End of RoutingNodeSettingGrpPub group

/**
Expand Down Expand Up @@ -1924,7 +1916,7 @@
#define MY_REPEATER_FEATURE
#define MY_PASSIVE_NODE
#define MY_MQTT_CLIENT_PUBLISH_RETAIN
#define MY_DISABLE_SIGNAL_REPORT
#define MY_SIGNAL_REPORT_ENABLED
// general
#define MY_WITH_LEDS_BLINKING_INVERSE
#define MY_INDICATION_HANDLER
Expand Down

0 comments on commit 9b45754

Please sign in to comment.