Replies: 1 comment 1 reply
-
The config mode is a power drain. In order to prevent the battery to be drained by accident this timeout is in place and necessary. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Can I suggest a feature for the code?
Can we not configure how long the timeout for config mode is? I have found that when calibrating my iSpindle it is easier to log into the config page and look at the detected angle there while I am changing the density of the sugar water solution. However the config page often times out and I need to open the iSpindel and hit reset three times.
I have resolved this with a local build where I simple editted globals.h and changed #define PORTALTIMEOUT 300 to 3600
It would be better if it were possible to have an override in the config pages of the user interface where someone can select this timeout and it is preserved through reboots.
I am happy to make this change if someone could point to me where the UI is managed. My skills are all embedded low level drivers and the like, not UI and http interfaces.
Beta Was this translation helpful? Give feedback.
All reactions