doc: fix spell

scan_delay_optimize
TT 6 years ago
parent af17abd053
commit faae5d51f7

@ -21,7 +21,7 @@ Install cross tools and firmware updating tool. gcc-4.9 is required.
$ brew tap px4/px4
$ brew install gcc-arm-none-eabi-49
$ brew instal dfu-util
$ brew install dfu-util
Otherwise, use toolchains included inside LPCxpresso. Like this.
@ -46,7 +46,7 @@ Then, burn firmware using dfu-util via USB.
$ dfu-util -d 0483:df11 -a 0 -s 0x08000000:leave -D build/ch.bin
# Control from PC
## Control from PC
NanoVNA is able to work standalone, but also be controlled via USB serial interface from PC. There are sample scripts in python directory.

Loading…
Cancel
Save

Powered by TurnKey Linux.