mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
b71d4793a6
Co-authored-by: Fabien-B <Fabien-B@github.com>
7 lines
240 B
Python
Executable File
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")
|