File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 65
65
66
66
/**
67
67
* @def MY_DEBUG_OTA
68
- * @brief Define MY_DEBUG_OTA to redirect debug prints to given node ID
68
+ * @brief Define MY_DEBUG_OTA to (nodeID) to redirect debug prints to given node ID
69
+ *
70
+ * Example: @code #define MY_DEBUG_OTA (0) @endcode will redirect debug prints to node ID 0.
69
71
*
70
72
* With this option debugging messages over serial are disabled. It's not possible to send debug
71
73
* messages generated by the radio. All other debug messages redirected to the given Node ID.
72
- * The debug messages are sent unsigned .
74
+ * The debug messages are sent without signing .
73
75
*
74
76
* This function allocates some additional memory for radio packet preparation and buffering.
75
77
* Debug messages are sent to child ID 255 (NODE_SENSOR_ID) as I_LOG_MESSAGE type.
76
78
*
77
- * You have to enable the MY_OTA_LOG_RECEIVER_FEATURE on the target node.
79
+ * You have to enable the @ref MY_OTA_LOG_RECEIVER_FEATURE on the target node.
78
80
* Look into the LogOTAGateway and LogOTANode examples.
79
81
*
80
- * The output buffer can be configured via MY_SERIAL_OUTPUT_SIZE
82
+ * The output buffer can be configured via @ref MY_SERIAL_OUTPUT_SIZE
81
83
* Transport related debugging is disabled when MY_DEBUG_OTA is enabled.
82
84
*
83
85
*/
You can’t perform that action at this time.
0 commit comments