You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accidentally added invalid display type "-1" to pin mapping.
After upload, OpenDTU hangs on a permanent reboot due to exception (guess: static_cast of unchecked integer to enum results in exception)
To Reproduce Bug
Change display type in pin mapping to -1 (or, most likely, to anything not defined in enum)
Expected Behavior
Config is ignored/rejected and system allows user to update pin mapping via web ui
Install Method
Pre-Compiled binary from GitHub
What git-hash/version of OpenDTU?
v23.7.12
Relevant log/trace output
Not captured :(
Anything else?
Resolved by commenting out initializing the display in the code. Then I was able to boot the system and replace the invalid pin mapping via web UI
Just to be clear: There is no pending issue to me - just fileing a bug i stumbled in
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.
What happened?
Accidentally added invalid display type "-1" to pin mapping.
After upload, OpenDTU hangs on a permanent reboot due to exception (guess: static_cast of unchecked integer to enum results in exception)
To Reproduce Bug
Change display type in pin mapping to -1 (or, most likely, to anything not defined in enum)
Expected Behavior
Config is ignored/rejected and system allows user to update pin mapping via web ui
Install Method
Pre-Compiled binary from GitHub
What git-hash/version of OpenDTU?
v23.7.12
Relevant log/trace output
Anything else?
Resolved by commenting out initializing the display in the code. Then I was able to boot the system and replace the invalid pin mapping via web UI
Just to be clear: There is no pending issue to me - just fileing a bug i stumbled in
The text was updated successfully, but these errors were encountered: