Skip to content

Commit 097a690

Browse files
committed
[TagVal] Change serial number from integer to string
1 parent 32ddb5f commit 097a690

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ Remote connectivity settings:
126126

127127
Should 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

132132
Drawing specific:
133133

content/arduino-libraries/tc-menu/tcmenu-iot/embed-control-tagval-wire-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)