kopia lustrzana https://github.com/mikaelnousiainen/RS41ng
Updated config.h
rodzic
37dfec0c3d
commit
c78f5fec33
12
src/config.h
12
src/config.h
|
@ -21,8 +21,8 @@
|
|||
// Enable semihosting to receive debug logs during development
|
||||
// See the README for details on how to set up debugging and debug logs with GDB
|
||||
// NOTE: Semihosting has to be disabled when the radiosonde is not connected to an STM32 programmer dongle, otherwise the firmware will not run.
|
||||
#define SEMIHOSTING_ENABLE
|
||||
#define LOGGING_ENABLE
|
||||
//#define SEMIHOSTING_ENABLE
|
||||
//#define LOGGING_ENABLE
|
||||
|
||||
/**
|
||||
* Global configuration
|
||||
|
@ -169,7 +169,7 @@
|
|||
// Use a frequency offset to place FSK tones slightly above the defined frequency for SSB reception
|
||||
#define RADIO_SI4032_TX_FREQUENCY_HORUS_V1 432501000
|
||||
#define RADIO_SI4032_TX_FREQUENCY_HORUS_V2 432501000
|
||||
#define RADIO_SI4032_TX_FREQUENCY_CATS 430450000
|
||||
#define RADIO_SI4032_TX_FREQUENCY_CATS 430500000
|
||||
|
||||
/**
|
||||
* DFM-17 only: Built-in Si4063 radio chip transmission configuration
|
||||
|
@ -185,13 +185,13 @@
|
|||
#define RADIO_SI4063_TX_CW_COUNT 1
|
||||
#define RADIO_SI4063_TX_PIP false
|
||||
#define RADIO_SI4063_TX_PIP_COUNT 6
|
||||
#define RADIO_SI4063_TX_APRS true
|
||||
#define RADIO_SI4063_TX_APRS false
|
||||
#define RADIO_SI4063_TX_APRS_COUNT 2
|
||||
#define RADIO_SI4063_TX_HORUS_V1 false
|
||||
#define RADIO_SI4063_TX_HORUS_V1_COUNT 1
|
||||
#define RADIO_SI4063_TX_HORUS_V2 true
|
||||
#define RADIO_SI4063_TX_HORUS_V2_COUNT 6
|
||||
#define RADIO_SI4063_TX_CATS false
|
||||
#define RADIO_SI4063_TX_HORUS_V2_COUNT 1
|
||||
#define RADIO_SI4063_TX_CATS true
|
||||
#define RADIO_SI4063_TX_CATS_COUNT 1
|
||||
|
||||
// Continuous transmit mode can be enabled for *either* Horus V1 or V2, but not both. This disables all other transmission modes.
|
||||
|
|
Ładowanie…
Reference in New Issue