mirror of https://github.com/m-labs/artiq.git
examples/remote_exec_controller: implement ping
This commit is contained in:
parent
affe4d45aa
commit
1459b393a0
|
@ -50,6 +50,9 @@ class CameraSimulation:
|
|||
self.noise_level)
|
||||
return r
|
||||
|
||||
def ping(self):
|
||||
return True
|
||||
|
||||
|
||||
def main():
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
|
Loading…
Reference in New Issue