You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
WifiService: less debug output
This commit is contained in:
@@ -23,7 +23,8 @@ try:
|
||||
import network
|
||||
HAS_NETWORK_MODULE = True
|
||||
except ImportError:
|
||||
print("WifiService: network module not available (desktop mode)")
|
||||
pass
|
||||
#print("WifiService: network module not available (desktop mode)")
|
||||
|
||||
|
||||
class WifiService:
|
||||
|
||||
Reference in New Issue
Block a user