aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/SimpleWeatherService.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2023-12-18 18:07:36 +0100
committerJF <JF002@users.noreply.github.com>2023-12-23 21:12:25 +0100
commit3a8c7dc038605f7a0ebefa479b204d6d019743cd (patch)
tree28e759d16ae5cc41740819246e02d42bfc331ebe /src/components/ble/SimpleWeatherService.h
parentfe4b07c610261df6b2d63e5b216248a6c8e78d8c (diff)
Simple Weather Service - code cleaning and improvements
Add missing icons (heavy clouds, thunderstorm, snow). Remove unneeded comparison operator (!=), improve conversion of Timestamp and MessageType, order includes. Fix typo in documentation. Remove not related change in StopWatch.
Diffstat (limited to 'src/components/ble/SimpleWeatherService.h')
-rw-r--r--src/components/ble/SimpleWeatherService.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/ble/SimpleWeatherService.h b/src/components/ble/SimpleWeatherService.h
index a1625464..890497d7 100644
--- a/src/components/ble/SimpleWeatherService.h
+++ b/src/components/ble/SimpleWeatherService.h
@@ -85,7 +85,6 @@ namespace Pinetime {
char location[33]; // 32 char + \0 (end of string)
bool operator==(const CurrentWeather& other) const;
- bool operator!=(const CurrentWeather& other) const;
};
struct Forecast {