TEST_LoRaSTboard

Dependencies:   BufferedSerial SX1276GenericLib mbed

Files at this revision

API Documentation at this revision

Comitter:
benpen10
Date:
Wed Jun 20 14:17:25 2018 +0000
Parent:
1:584a0952f885
Commit message:
LoRaPingpong1

Changed in this revision

SX1276GenericPingPong/GenericPingPong.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SX1276GenericPingPong/GenericPingPong.cpp	Mon Jun 18 19:41:23 2018 +0000
+++ b/SX1276GenericPingPong/GenericPingPong.cpp	Wed Jun 20 14:17:25 2018 +0000
@@ -20,7 +20,7 @@
 #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_915  // Hz
+#define RF_FREQUENCY            915000000  // Hz
 #define TX_OUTPUT_POWER         14                  // 14 dBm
 
 #if USE_MODEM_LORA == 1