mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-12 16:32:09 +08:00
hardware.py: PC is wifi so uploader works
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ class Pc(HardwareBase):
|
||||
print("REBOOT!")
|
||||
|
||||
def get_network_type(self):
|
||||
return NetworkType.none
|
||||
return NetworkType.wifi
|
||||
|
||||
def get_sim_info(self):
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user