Fixed air quality amounts being off by a few orders of magnitude
This commit is contained in:
parent
3eebe66d65
commit
5f50f0e538
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user