mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #29] Wind direction icon is 180 degrees off #2218
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bartbh on GitHub (May 7, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/29
The icon displaying the wind direction is 180 degrees off. A wind of 90 degrees means wind coming from the east, blowing to the west. So an arrow starting at 90 degrees (east) and pointing toward 270 (west).
2060edb54c/ESP32_AP-Flasher/src/contentmanager.cpp (L1003)Suggestion would be to shift the wind direction index (8 directions) by 4
@jjwbruijn commented on GitHub (May 7, 2023):
Thank you!