new configuration for SR9NSK

pull/2/head
Mateusz Lubecki 2020-07-26 10:11:52 +02:00
rodzic 8d36922480
commit dc347c2cb7
1 zmienionych plików z 9 dodań i 8 usunięć

Wyświetl plik

@ -22,6 +22,7 @@
//#define PARATNC_HWREV_A
#define PARATNC_HWREV_B
//#define PARATNC_HWREV_C
/* ---------------------------- */
/* WEATHER/METEO CONFIGURATION */
@ -29,12 +30,12 @@
//#define _DALLAS_AS_TELEM // Use Dallas one-wire thermometer as a 5th telemetry channel
// May be used even if _METEO is not enabled
#define _DALLAS_SPLIT_PIN
//#define _ANEMOMETER_TX20
#define _ANEMOMETER_ANALOGUE
#define _ANEMOMETER_TX20
//#define _ANEMOMETER_ANALOGUE
#define _ANEMOMETER_PULSES_IN_10SEC_PER_ONE_MS_OF_WINDSPEED 10
#define _ANEMOMETER_DIRECTION_ASCENDING_WITH_VOLTAGE
#define _ANEMOMETER_VOLTAGE_FOR_1DEG_DIRECTION
#define _ANEMOMETER_VOLTAGE_FOR_359DEG_DIRECTION
#define _SENSOR_MS5611
//#define _SENSOR_BME280
#define _UMB_SLAVE_ID 1
#define _UMB_SLAVE_CLASS 8
@ -74,13 +75,13 @@
// Uncomment one of these two defines to choose what path You want. If you uncommend both of them or
// if you keep both commended path will be completely disabled. CALL-S>AKLPRZ:data
//#define _WIDE1_PATH // CALL-S>AKLPRZ,WIDE1-1:data
#define _WIDE21_PATH // CALL-S>AKLPRZ,WIDE2-1:data
//#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 _WX_INTERVAL 4 // WX packet interval in minutes
#define _BCN_INTERVAL 17 // Own beacon interval in minutes
#define _WX_INTERVAL 3 // WX packet interval in minutes
#define _BCN_INTERVAL 34 // Own beacon interval in minutes
#define _PTT_PUSHPULL // Uncomment this if you want PTT line to work as Push-pull instead of Open Drain
#define _SERIAL_BAUDRATE 9600