Fri3dCamp / Badge2020_micropython

6 stars 5 forks source link

wifi initialized twice #10

Open cheops opened 2 years ago

cheops commented 2 years ago

boot.py does if settings.get('wifi.enabled'): import wifi and then import apps.menu is called which does async def update_wifi(self): import wifi wifi.do_connect()