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.
This commit is contained in:
committed by
JF
parent
fe4b07c610
commit
3a8c7dc038
@@ -5,8 +5,6 @@
|
||||
|
||||
using namespace Pinetime::Applications::Screens;
|
||||
|
||||
constexpr int Pinetime::Applications::Screens::StopWatch::maxLapCount;
|
||||
|
||||
namespace {
|
||||
TimeSeparated_t convertTicksToTimeSegments(const TickType_t timeElapsed) {
|
||||
// Centiseconds
|
||||
|
||||
Reference in New Issue
Block a user