Fix location counter width, font, and lat/lng bugs

This commit is contained in:
2024-06-11 21:27:26 -07:00
parent f6a5588544
commit 49c801b827
5 changed files with 22 additions and 27 deletions
+1 -1
View File
@@ -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;