Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct TaskManager5inch net up/down display #532

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

rWolstenholme
Copy link
Contributor

The two values appear transposed - UP is showing download speed, and DN is showing upload speed. This swaps them.

Looking at the code for the labels, you can confirm the Y values now correspond with the correct data.

Thanks! Great project, great theme.

The two values appear transposed
@@ -307,7 +307,7 @@ STATS:
SHOW: True
SHOW_UNIT: True
X: 202
Y: 324
Y: 346
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matches DN label

DOWN:
TEXT: DN
X: 162
Y: 346

@@ -317,7 +317,7 @@ STATS:
SHOW: True
SHOW_UNIT: True
X: 202
Y: 346
Y: 324
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matches UP label

UP:
TEXT: UP
X: 162
Y: 324

@mathoudebine
Copy link
Owner

Thanks for the fix @rWolstenholme!

@mathoudebine mathoudebine merged commit 6ccb06f into mathoudebine:main Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants