(self)
| 15 | }) |
| 16 | |
| 17 | def run(self): |
| 18 | #FIXME: this was copied from command/hobbico/cme ; to be adapted wrt Tello's methods |
| 19 | self._change_ap_creds(self.config.option("TARGET").value, self.config.option("NEW_PASSWORD").value, False) |
| 20 | |
| 21 | |
| 22 | class ChangeApSsid(TelloModule, ConnectMixin): |
nothing calls this directly
no test coverage detected