Files
paparazzi/sw/tools/px4/print_message.py
T
2024-06-06 11:38:47 +02:00

7 lines
240 B
Python
Executable File

#!/usr/bin/env python3
# temporary solution to print a message to reconnect the usb cable
#At some point hopefully this can be automated (without replugging)
print("\n ")
print("**** Please reconnect the usb cable now! *****")
print(" \n")