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

[BUG] the slider does not update correctly #124

Open
zapikp opened this issue Dec 10, 2021 · 2 comments
Open

[BUG] the slider does not update correctly #124

zapikp opened this issue Dec 10, 2021 · 2 comments
Assignees
Labels

Comments

@zapikp
Copy link

zapikp commented Dec 10, 2021

I have this code:

Card jas_den(&dashboard, SLIDER_CARD, "Jas den", "", 0, 1023);

jas_den.attachCallback([&](uint16_t value){
if (value > intenzita_noc){
intenzita_den = value;
jas_den.update(value);
dashboard.sendUpdates();
} else {
jas_den.update(intenzita_den);
dashboard.sendUpdates();
}
});
And I set intenzita_den smaller then intenzita_noc, card jas_den does not update corectly - I can see value set by hand and I can see yellow dot in right corner.

Is it bug?

image

@zapikp zapikp changed the title [BUG] the slider does update correctly [BUG] the slider does not update correctly Dec 10, 2021
@ayushsharma82
Copy link
Owner

@zapikp , Does this also happen with the latest version? If possible please try it and report back.

Copy link

stale bot commented Feb 11, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still facing the problem, please tag the author of repository and state your concern.

@stale stale bot added the wontfix label Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants