diff options
| author | Avamander <avamander@gmail.com> | 2021-12-04 11:58:40 (GMT) |
|---|---|---|
| committer | Avamander <avamander@gmail.com> | 2021-12-04 20:03:40 (GMT) |
| commit | f1f2bc119a7c855613616ecaf5c8aa72390cde14 (patch) | |
| tree | 62effc4470c27029afdde50d4f60a844a31980ee /src | |
| parent | 6879147648370dea405c169d0e1caea5c2009cbd (diff) | |
Added a note about map key capitalization
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/ble/weather/WeatherData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/weather/WeatherData.h b/src/components/ble/weather/WeatherData.h index 42572ec..613d5ac 100644 --- a/src/components/ble/weather/WeatherData.h +++ b/src/components/ble/weather/WeatherData.h @@ -29,7 +29,7 @@ * you'll get an error returned. Data is relatively well-validated, * 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. * * How to debug? |
