From cbda44151640b00f1db3bfb11f3f6bfcd6a23fcd Mon Sep 17 00:00:00 2001 From: Mateusz Lubecki Date: Wed, 11 Sep 2019 00:09:58 +0200 Subject: [PATCH] english readme --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 1334db2..5577c71 100644 --- a/README +++ b/README @@ -35,16 +35,16 @@ limitations. Only these parameters are transmitted: 4. CONFIGURATION At this point ParaTNC is delivered in form of source code which needs to be manually compiled by the user. Most options are -configured by #define in './include/station_config.h' and then hard-coded by C preprocessor during compilation. An example file -consist a lot of comments which explains what is what, bugt generally an user can choose there what mode should be enabled: +configured by #define in './include/station_config.h' and then hard-coded by the C preprocessor during compilation. An example file +consist a lot of comments which explains what is what, but generally an user can choose there which mode should be enabled: -> KISS TNC -> KISS TNC + DIGI -> KISS TNC + DIGI + METEO -> VICTRON + DIGI + METEO -> VICTRON + DIGI -As You see there is no option to use a KISS modem and VE.Direct protocol in the same moment as the software support only -one UART from the micro. The KISS modem runs on default speed of 9600 bps. Telemetry is enabled by default and it will +As You see there is no option to use a KISS modem and the VE.Direct protocol in the same time as the software support only +one UART in the micro. The KISS modem runs on default speed of 9600 bps. Telemetry is enabled by default and it will trasmit channels values each 10 minutes and full channel descriptions each 70 minutes.