From 11525b74ae05ed5300e4446c2f1ed272a2fd63a6 Mon Sep 17 00:00:00 2001 From: Harald Date: Fri, 8 Sep 2017 13:25:34 +0200 Subject: [PATCH] Update README.md --- examples/osd/arduino-settingsmanager/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/examples/osd/arduino-settingsmanager/README.md b/examples/osd/arduino-settingsmanager/README.md index 8f5921ead..243f6249c 100644 --- a/examples/osd/arduino-settingsmanager/README.md +++ b/examples/osd/arduino-settingsmanager/README.md @@ -11,20 +11,35 @@ start a terminal programm picocom -c -b 38400 --omap crcrlf /dev/ttyUSB0 ? [ENTER] + Available commands: + ?: shows this help + ccathresholds : stop a specific command + killall: stop all running commands + null: discard input + panid <0xabcd>: change panid (default 0xabcd) + ps: list all running processes + quit: exit shell + reboot: reboot the system + rfchannel : change radio channel (11 - 26) + saverfparam <> save radio parameters txpower, channel, panid to eeprom settingsmanager + txpower : change transmission power 0 (3dbm, default) to 15 (-17.2dbm) ------------------------------------------------------------------------------