Added a note about map key capitalization
This commit is contained in:
parent
6879147648
commit
f1f2bc119a
|
@ -29,7 +29,7 @@
|
||||||
* you'll get an error returned. Data is relatively well-validated,
|
* you'll get an error returned. Data is relatively well-validated,
|
||||||
* so keep in the bounds of the data types given.
|
* so keep in the bounds of the data types given.
|
||||||
*
|
*
|
||||||
* Write all struct members into a single finite-sized map, and write it to the characteristic.
|
* Write all struct members (CamelCase keys) into a single finite-sized map, and write it to the characteristic.
|
||||||
* Mind the MTU.
|
* Mind the MTU.
|
||||||
*
|
*
|
||||||
* How to debug?
|
* How to debug?
|
||||||
|
|
Loading…
Reference in a new issue