athenad: add getNetworkType (#19517)

old-commit-hash: 7a121862a8
commatwo_master
Greg Hogan 4 years ago committed by GitHub
parent ed5f1fe79c
commit 120858b241
  1. 5
      selfdrive/athena/athenad.py

@ -221,6 +221,11 @@ def getSimInfo():
return HARDWARE.get_sim_info()
@dispatcher.add_method
def getNetworkType():
return HARDWARE.get_network_type()
@dispatcher.add_method
def takeSnapshot():
from selfdrive.camerad.snapshot.snapshot import snapshot, jpeg_write

Loading…
Cancel
Save