IQ.Pilot Prebuilt Release @ 27f668a
This commit is contained in:
12
iqpilot/system/hardware/pc/hardware.py
Normal file
12
iqpilot/system/hardware/pc/hardware.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from iqpilot.cereal import log
|
||||
from iqpilot.system.hardware.base import HardwareBase
|
||||
|
||||
NetworkType = log.DeviceState.NetworkType
|
||||
|
||||
|
||||
class Pc(HardwareBase):
|
||||
def get_device_type(self):
|
||||
return "pc"
|
||||
|
||||
def get_network_type(self):
|
||||
return NetworkType.wifi
|
||||
Reference in New Issue
Block a user