max slew rate increased

pull/2/head
Mateusz Lubecki 2019-07-07 21:17:23 +02:00
rodzic 64cf11f37d
commit 9210625208
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -30,7 +30,7 @@
#define _LATNS 'N'
#define _LON 02059.77
#define _LONWE 'E'
#define _COMMENT "DigiW1 + WX - Gora Chelm kolo Grybowa - by Mateusz SP8EBC"
#define _COMMENT "DigiW1+WX - Gora Chelm kolo Grybowa - by Mateusz SP8EBC"
// You can use only one of these below defines to choose symbol. Meteo data are are always transmitted with blue WX symbol
//#define _SYMBOL_DIGI // uncomment if you want digi symbol(green star with D inside)
@ -49,7 +49,7 @@
#define _WIDE21_PATH // CALL-S>AKLPRZ,WIDE2-1:data
// Comment this to disable beacon auto sending during startup (this can be risky if RF feedback occur)
#define _BCN_ON_STARTUP
//#define _BCN_ON_STARTUP
#define _WX_INTERVAL 4 // WX packet interval in minutes
#define _BCN_INTERVAL 15 // Own beacon interval in minutes

Wyświetl plik

@ -136,7 +136,7 @@ float TX20DataAverage(void) {
if (
PM != MC &&
abs((int32_t)(VNAME.HistoryAVG[PM].WindSpeed - VNAME.Data.WindSpeed)) > 6
abs((int32_t)(VNAME.HistoryAVG[PM].WindSpeed - VNAME.Data.WindSpeed)) > 9
) {
rte_wx_tx20_excessive_slew_rate = 1;