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 33
44Are 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
Original file line number Diff line number Diff line change 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/**
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
You can’t perform that action at this time.
0 commit comments