File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ Remote connectivity settings:
126126
127127Should you need serial number management, (IE you have more than one board):
128128
129- * ` TC_MANUAL_SERIAL_NO_IMPL ` indicate that you want to implement ` uint32_t getBoardSerialNumber()` yourself
130- * ` TC_BOARD_SERIAL_NO ` long 32 bit integer containing the board serial number. Defaults to ` 999999999L `
129+ * ` TC_MANUAL_SERIAL_NO_IMPL ` indicate that you want to implement ` const char * getBoardSerialNumber()` yourself
130+ * ` TC_BOARD_SERIAL_NO ` string literal containing the board serial number. Defaults to ` 999999999 `
131131
132132Drawing specific:
133133
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Field definitions:
118118| VE | Version | The version of the sender |
119119| PF | Platform | The platform of the sender |
120120| UU | UUID | The UUID of the remote app |
121- | US | Integer | The serial number of the remote |
121+ | US | String | The serial number of the remote |
122122
123123### Heartbeat Message (Type HB)
124124
You can’t perform that action at this time.
0 commit comments