myvobot / dock-mini-apps

Apps for Vobot Dock Mini
MIT License
7 stars 3 forks source link

Wifi connexion in app #1

Closed ismael94370 closed 2 months ago

ismael94370 commented 3 months ago

Hello, I try to create an application who's call an api. My Vobot say I'm successfully connected to the wifi but when I built the application and check the connexion with the request : print(net.connected()) he return me "True" (Not connected).

How can I connect my app to the Wifi ?

pumpkin-zbh commented 2 months ago

Apologies for the delayed response.

Based on the return value of your function, it appears that your device is correctly connected to the network. The net.connected() function returning True indicates that the device is connected to Wi-Fi. We apologize for the misleading documentation and will update it promptly to reflect the correct information.

If you have any further questions or encounter any other issues, please feel free to reach out.

ismael94370 commented 2 months ago

Ok thank you for your answer. My app work now.