mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
px_uploader: minor text message update
This commit is contained in:
@@ -570,7 +570,7 @@ class uploader(object):
|
|||||||
|
|
||||||
print("Attempting reboot on %s with baudrate=%d..." % (self.port.port, self.port.baudrate), file=sys.stderr)
|
print("Attempting reboot on %s with baudrate=%d..." % (self.port.port, self.port.baudrate), file=sys.stderr)
|
||||||
if "ttyS" in self.port.port:
|
if "ttyS" in self.port.port:
|
||||||
print("If the board does not respond, check the connection to Flight Controller")
|
print("If the board does not respond, check the connection to the Flight Controller")
|
||||||
else:
|
else:
|
||||||
print("If the board does not respond, unplug and re-plug the USB connector.", file=sys.stderr)
|
print("If the board does not respond, unplug and re-plug the USB connector.", file=sys.stderr)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user