From 41bb1ed2837fe41ed46f2a2d9c00923a38de9222 Mon Sep 17 00:00:00 2001 From: atomic-7 <46634500+atomic-7@users.noreply.github.com> Date: Mon, 31 Oct 2022 18:45:33 +0100 Subject: [PATCH] Update docs/USB Flashing.md Changed Cleanflight to Betaflight, added dialout hint Co-authored-by: haslinghuis --- docs/USB Flashing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USB Flashing.md b/docs/USB Flashing.md index fab52df63c..0ba82aa95b 100644 --- a/docs/USB Flashing.md +++ b/docs/USB Flashing.md @@ -29,7 +29,7 @@ sudo systemctl stop ModemManager.service If your system lacks the systemctl command, use any equivalent command that works on your system to disable services. You can likely add your device ID to a blacklist configuration file to stop ModemManager from touching the device, if you need it for cellural networking, but that is beyond the scope of cleanflight documentation. -If you see the ttyUSB device appear and immediately disappear from the list in Cleanflight Configurator when you plug in your flight controller via USB, chances are that NetworkManager thinks your board is a GSM modem and hands it off to the ModemManager daemon as the flight controllers are not known to the blacklisted. +If you see the ttyUSB device appear and immediately disappear from the list in Betaflight Configurator when you plug in your flight controller via USB, chances are that NetworkManager thinks your board is a GSM modem and hands it off to the ModemManager daemon as the flight controllers are not known to the blacklisted. ## Platform Specific: Windows