From 05a44da1abaf6198f877ed773d0e7c435049660a Mon Sep 17 00:00:00 2001 From: sh123 Date: Sun, 10 Oct 2021 17:41:31 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b7fecb7..fe634e8 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ It does not deal with radio management, modulation, etc, it is up to your modem - **Receiving audio on PC/Raspberry** - For raw audio frames `sudo cat /dev/ttyUSB0 | c2dec 700 - - | play -t raw -r 8000 -e signed-integer -b 16 -c 1 -` - For KISS encapsulated audio frames command above could be used, but instead of `cat` use https://pypi.org/project/kiss/ +- **App is not installed** error when installing new application + - Uninstall previous version and try to install again # KISS command extensions KISS command extensions are used for radio module control and signal report events on port 0, command for radio control is defined as 6 (KISS SetHardware) and signal report command as 7. Radio modules/modems can implement these commands, so they will be controllable from the application and application will be able to show signal levels on S-meter.