Update the max length of a name in a sendValue packet (#1965)

This commit is contained in:
Richard Knoll
2019-04-05 10:45:06 -07:00
committed by GitHub
parent c2c4554e84
commit 3761d1282a
3 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# send Value
Send a [string]() and [number]() together by ``radio`` to other @boardname@s.
The maximum [string]() length is 12 characters.
The maximum [string]() length is 8 characters.
```sig
radio.sendValue("name", 0);