Update PageWindRose.cpp Fix #102

Fix for #102
This commit is contained in:
Norbert Walter 2024-10-21 09:24:04 +02:00 committed by GitHub
parent 7cf5fb88e9
commit 078bae6e54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ public:
getdisplay().setFont(&DSEG7Classic_BoldItalic20pt7b); getdisplay().setFont(&DSEG7Classic_BoldItalic20pt7b);
getdisplay().setCursor(295, 65); getdisplay().setCursor(295, 65);
if(valid3 == true){ if(valid3 == true){
getdisplay().print(abs(value3 * 360 / PI), 0); // Value getdisplay().print(abs(value3 * 180 / PI), 0); // Value
} }
else{ else{
getdisplay().print("---"); // Value getdisplay().print("---"); // Value