frequency set to 434.9 MHz

pull/24/head
Alan Johnston 7 years ago
parent a88e52af5a
commit 83cec35671

@ -57,7 +57,7 @@
#define POWER 2 #define POWER 2
#define VBATT 15 #define VBATT 15
uint32_t tx_freq_hz = 440310000; uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET;
uint32_t tx_channel = 0; uint32_t tx_channel = 0;
ax5043_conf_t hax5043; ax5043_conf_t hax5043;
@ -181,7 +181,7 @@ int main(int argc, char *argv[]) {
int ret; int ret;
uint8_t data[1024]; uint8_t data[1024];
tx_freq_hz -= tx_channel * 50000; tx_freq_hz -= tx_channel * 50000 + 85000; // subtracting rx offset of 90kHz
init_rf(); init_rf();

Loading…
Cancel
Save

Powered by TurnKey Linux.