Orbs Game

master
mjt@mjturner.co.uk 2018-09-02 23:26:02 +01:00
parent f2f352bed7
commit 4ff0aa12f5
1 changed files with 2 additions and 4 deletions

View File

@ -15,10 +15,8 @@ import ugfx_helper
from orbs.umqtt.simple import MQTTClient
import network
from machine import mem32
wlan=network.WLAN()
if not wlan.isconnected():
import wifi
wifi.connect()
import wifi
wifi.connect()
ugfx_helper.init()
ugfx.clear()