Skip to content

Commit 1feae06

Browse files
tekka007mfalkvidd
authored andcommitted
SignalReport disabled by default (#1027)
1 parent ca73ae2 commit 1feae06

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

Documentation/mainpage.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Are you a sketch developer/user, see @ref publics
55

6-
Are you a core/library developerer, see @ref internals
6+
Are you a core/library developer, see @ref internals
77

88
@copyright (C) 2013-2017 Sensnology AB
99

MyConfig.h

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,20 +1102,12 @@
11021102
#endif
11031103

11041104
/**
1105-
* @def MY_DISABLE_SIGNAL_REPORT
1106-
* @ingroup memorysavings
1107-
* @brief If defined, signal report functionality will be unavailable.
1108-
* @see MY_SIGNAL_REPORT_ENABLED
1109-
*/
1110-
/**
1111-
* @def MY_SIGNAL_REPORT_ENABLED
1112-
* @brief Enables signal report functionality.
1113-
* @note Enabled by default. This feature adds ~1kB code to the sketch.
1114-
* @see MY_DISABLE_SIGNAL_REPORT
1115-
*/
1116-
#ifndef MY_DISABLE_SIGNAL_REPORT
1117-
#define MY_SIGNAL_REPORT_ENABLED
1118-
#endif
1105+
* @def MY_SIGNAL_REPORT_ENABLED
1106+
* @brief Enables signal report functionality.
1107+
* @note This feature adds ~1kB code to the sketch.
1108+
*/
1109+
//#define MY_SIGNAL_REPORT_ENABLED
1110+
11191111
/** @}*/ // End of RoutingNodeSettingGrpPub group
11201112

11211113
/**
@@ -1924,7 +1916,7 @@
19241916
#define MY_REPEATER_FEATURE
19251917
#define MY_PASSIVE_NODE
19261918
#define MY_MQTT_CLIENT_PUBLISH_RETAIN
1927-
#define MY_DISABLE_SIGNAL_REPORT
1919+
#define MY_SIGNAL_REPORT_ENABLED
19281920
// general
19291921
#define MY_WITH_LEDS_BLINKING_INVERSE
19301922
#define MY_INDICATION_HANDLER

0 commit comments

Comments
 (0)