File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Are you a sketch developer/user, see @ref publics
5
5
6
- Are you a core/library developerer , see @ref internals
6
+ Are you a core/library developer , see @ref internals
7
7
8
8
@copyright (C) 2013-2017 Sensnology AB
9
9
Original file line number Diff line number Diff line change 1102
1102
#endif
1103
1103
1104
1104
/**
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
+
1119
1111
/** @}*/ // End of RoutingNodeSettingGrpPub group
1120
1112
1121
1113
/**
1924
1916
#define MY_REPEATER_FEATURE
1925
1917
#define MY_PASSIVE_NODE
1926
1918
#define MY_MQTT_CLIENT_PUBLISH_RETAIN
1927
- #define MY_DISABLE_SIGNAL_REPORT
1919
+ #define MY_SIGNAL_REPORT_ENABLED
1928
1920
// general
1929
1921
#define MY_WITH_LEDS_BLINKING_INVERSE
1930
1922
#define MY_INDICATION_HANDLER
You can’t perform that action at this time.
0 commit comments