You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will start a local server for the Betaflight App. Use a Web-Serial compatible web browser to visit `http://localhost:8000/`. Press `q`, then `Enter` in the terminal to quit. You may delete the `nohup.out` file if it remains after quitting. Please see https://github.com/betaflight/betaflight-configurator?tab=readme-ov-file#betaflight-configurator for further details.
58
+
This will start a local server for the Betaflight App.
59
+
- Use a Web-Serial compatible web browser to visit `http://localhost:8080/`.
60
+
- Press `Ctrl+C` in the terminal to quit.
61
+
- Check https://github.com/betaflight/betaflight-configurator?tab=readme-ov-file#betaflight-configurator for further details.
60
62
61
63
See [Betaflight App Development](https://github.com/betaflight/betaflight-configurator#development) for how to build the Betaflight App.
62
64
@@ -69,14 +71,16 @@ sudo usermod -a -G dialout $USER
69
71
sudo usermod -a -G plugdev $USER
70
72
sudo apt-get remove modemmanager
71
73
sudo tee -a /etc/udev/rules.d/46-stdfu-permissions.rules <<EOF
72
-
# DFU (Internal bootloader for STM32, AT32and APM32 MCUs)
74
+
# DFU (Internal bootloader for STM32, GD32, AT32, APM32 and RP2040 MCUs)
0 commit comments