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
I made some modifications to use this function. Git Diff: paszin@b01f13c
I removed the cases of an empty AP password, empty wifi password, and the check whether the state is "notConfigured".
Would it be better to provide custom messages for each scenario? (I don't have to cover these cases in my scenarios.)
I would submit a PR after clarifying the open questions.
The text was updated successfully, but these errors were encountered:
I would like to + up this issue. In the code, getFormSaved() is never used, so overriding it does nothing. I would like to add another link to go to my custom page after the configuration is saved and to do this I assume that I should overide this method.
I use IoTWebConf to provide a customized onboarding experience. Therefore I rely on
HTMLFormatProvider
. I noticed thatHTMLFormatProvider
provides a functiongetFormSaved()
(https://github.com/prampec/IotWebConf/blob/master/src/IotWebConf.h#L93) but this function is never called.I made some modifications to use this function. Git Diff: paszin@b01f13c
I removed the cases of an empty AP password, empty wifi password, and the check whether the state is "notConfigured".
Would it be better to provide custom messages for each scenario? (I don't have to cover these cases in my scenarios.)
I would submit a PR after clarifying the open questions.
The text was updated successfully, but these errors were encountered: