summaryrefslogtreecommitdiff
path: root/src/components/ble
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2021-12-04 13:58:40 +0200
committerAvamander <avamander@gmail.com>2021-12-04 22:03:40 +0200
commitf1f2bc119a7c855613616ecaf5c8aa72390cde14 (patch)
tree62effc4470c27029afdde50d4f60a844a31980ee /src/components/ble
parent6879147648370dea405c169d0e1caea5c2009cbd (diff)
Added a note about map key capitalization
Diffstat (limited to 'src/components/ble')
-rw-r--r--src/components/ble/weather/WeatherData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/weather/WeatherData.h b/src/components/ble/weather/WeatherData.h
index 42572ec0..613d5acb 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?