Fix location counter width, font, and lat/lng bugs
This commit is contained in:
@@ -330,7 +330,7 @@ namespace Pinetime {
|
||||
|
||||
Controllers::BrightnessController::Levels brightLevel = Controllers::BrightnessController::Levels::Medium;
|
||||
|
||||
Location location = {(int16_t)-123,(int16_t)44,(int8_t)-8};
|
||||
Location location = {(int16_t)44,(int16_t)-123,(int8_t)-8};
|
||||
};
|
||||
|
||||
SettingsData settings;
|
||||
|
||||
Reference in New Issue
Block a user