mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 07:07:58 +00:00
Changed dronepoint_id value range (from 1 to 3)
This commit is contained in:
@@ -641,7 +641,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
||||
|
||||
@pyqtSlot()
|
||||
def dronepoint_command(self):
|
||||
dronepoint_id = random.randint(1, 2)
|
||||
dronepoint_id = random.randint(1, 3)
|
||||
container_id = random.randint(1, 3)
|
||||
logging.info(f"Dronepoint_id: {dronepoint_id}; Container_id: {container_id}")
|
||||
self.send_to_selected("dronepoint", command_kwargs={
|
||||
|
||||
Reference in New Issue
Block a user