athenad: add getNetworkType (#19517)

pull/19520/head
Greg Hogan 5 years ago committed by GitHub
parent c89ec883cc
commit 7a121862a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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