mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 01:25:49 +03:00
[GH-ISSUE #1510] Checkbox startup values #1290
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1290
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @AJTaylor79 on GitHub (Oct 13, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1510
I seem to be having an issue with Checkbox startup values.
The file loads ok with the true/false value for the value of the checkbox however the variable that reference these always returns a 1.
As example emoncms_enable loads as false, goes through this routine as always returns a 1, this only happens on startup rather than if I go into the ondemand portal and change the values, they then seem to work ok.
Any idea what the issue could be?
Thanks for your help
Andrew
Sketch
Debug Messages
@AJTaylor79 commented on GitHub (Nov 26, 2022):
Has anyone got any thoughts on this as I would love to get it working? @tablatronix thanks
@mylms commented on GitHub (Apr 28, 2025):
I have the same issue. I have same code - ussualy works good, bud sometimes some checkbox (or all chbxs) are checked. I have to uncheck all in config portal and save.
Did you solve it?