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
as long as I use this coding everything is fine. and I'm waiting for further information about the canbus tja1050 in it. but I have a little question, can you add a code like autoconnect to the browser, so after we enter the wifi the browser opens immediately
example code:
WiFiManager wm;
bool res;
res = wm.autoConnect("OBD2 Master","password");
thank you for your attention.
The text was updated successfully, but these errors were encountered:
Hello. Thank you for your feedback. I understand what you mean. I have tried this before and it was working but when you do it from phones it doesn't look very good because the direct browser doesn't open it opens in another way. It works fine on computers because the direct browser opens. But since it doesn't work well on phones I didn't add it to the code. In addition it is not done with WifiManager but with the DNS library. As far as I know WifiManager tries to connect to the registered network and if it can't connect it creates a captive portal and asks you to enter your Wifi information there. Correct me if I'm wrong.
It looks like this, the name of the AP is shown on the top and it shows things like autoconnect, that's why I didn't like it.
as long as I use this coding everything is fine. and I'm waiting for further information about the canbus tja1050 in it. but I have a little question, can you add a code like autoconnect to the browser, so after we enter the wifi the browser opens immediately
example code:
WiFiManager wm;
bool res;
res = wm.autoConnect("OBD2 Master","password");
thank you for your attention.
The text was updated successfully, but these errors were encountered: