mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Improve modem manager warning to avoid having smart people tell us we have Linux compatibility issues while we actually do not.
This commit is contained in:
@@ -452,9 +452,9 @@ args = parser.parse_args()
|
||||
|
||||
# warn people about ModemManager which interferes badly with Pixhawk
|
||||
if os.path.exists("/usr/sbin/ModemManager"):
|
||||
print("=======================================================================")
|
||||
print("WARNING: You should uninstall ModemManager as it conflicts with Pixhawk")
|
||||
print("=======================================================================")
|
||||
print("==========================================================================================================")
|
||||
print("WARNING: You should uninstall ModemManager as it conflicts with any non-modem serial device (like Pixhawk)")
|
||||
print("==========================================================================================================")
|
||||
|
||||
# Load the firmware file
|
||||
fw = firmware(args.firmware)
|
||||
|
||||
Reference in New Issue
Block a user