summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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?