summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/displayapp/screens/Weather.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/Weather.cpp b/src/displayapp/screens/Weather.cpp
index fcc15d61..1d0a83bd 100644
--- a/src/displayapp/screens/Weather.cpp
+++ b/src/displayapp/screens/Weather.cpp
@@ -125,7 +125,7 @@ std::unique_ptr<Screen> Weather::CreateScreenAir() {
"%llu\n"
"%lu\n",
current->polluter.c_str(),
- current->amount,
+ (current->amount / 100),
current->timestamp,
current->expires);
}