TEST_LoRaSTboard
Dependencies: BufferedSerial SX1276GenericLib mbed
Diff: SX1276GenericPingPong/GenericPingPong.cpp
- Revision:
- 1:584a0952f885
- Parent:
- 0:5f52ac52da6c
- Child:
- 2:3eac2a81eba4
diff -r 5f52ac52da6c -r 584a0952f885 SX1276GenericPingPong/GenericPingPong.cpp --- a/SX1276GenericPingPong/GenericPingPong.cpp Mon Jun 18 15:34:47 2018 +0000 +++ b/SX1276GenericPingPong/GenericPingPong.cpp Mon Jun 18 19:41:23 2018 +0000 @@ -19,7 +19,8 @@ /* Set this flag to '1' to use the LoRa modulation or to '0' to use FSK modulation */ #define USE_MODEM_LORA 1 #define USE_MODEM_FSK !USE_MODEM_LORA -#define RF_FREQUENCY RF_FREQUENCY_868_1 // Hz +//#define RF_FREQUENCY RF_FREQUENCY_868_1 // Hz +#define RF_FREQUENCY RF_FREQUENCY_915 // Hz #define TX_OUTPUT_POWER 14 // 14 dBm #if USE_MODEM_LORA == 1