File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4949CRADIO_PID = 0x7777
5050
5151# Dongle configuration requests
52- # See http://wiki.bitcraze.se/projects:crazyradio:protocol for documentation
52+ # See https://www.bitcraze.io/documentation/repository/crazyradio-firmware/master/functional-areas/usb_radio_protocol/
53+ # for documentation
5354SET_RADIO_CHANNEL = 0x01
5455SET_RADIO_ADDRESS = 0x02
5556SET_DATA_RATE = 0x03
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ This will run the lint checkers defined in `.pre-commit-config-yaml` on your pro
5353### With docker and the toolbelt
5454
5555For information and installation of the
56- [ toolbelt.] ( https://wiki. bitcraze.io/projects:dockerbuilderimage:index )
56+ [ toolbelt.] ( https://github.com/ bitcraze/toolbelt )
5757
5858* Check to see if you pass tests: ` tb test `
5959* Check to see if you pass style guidelines: ` tb verify `
Original file line number Diff line number Diff line change 33# by the current user immediately
44# Caution! This installs the Crazyflie PC client as root to your Python
55# site-packages directory. If you wish to install it as a normal user, use the
6- # instructions on the Wiki at
7- # http ://wiki .bitcraze.se/projects: crazyflie:pc_utils:install
6+ # instructions in the documentation at
7+ # https ://www .bitcraze.io/documentation/repository/ crazyflie-clients-python/master/
88# After installation, the Crazyflie PC client can be started with `cfclient`.
99# @author Daniel Lee 2013
1010
You can’t perform that action at this time.
0 commit comments