us915 ch 9 20dbm

Dependencies:   BufferedSerial SX1276GenericLib-us915 mbed

Fork of DISCO-L072CZ-LRWAN1_LoRa_PingPong by ST

Revision:
12:f125aac4914a
Parent:
10:f84959c2e044
--- a/main.cpp	Fri Aug 18 07:45:44 2017 +0000
+++ b/main.cpp	Tue Aug 29 14:19:13 2017 +0000
@@ -11,7 +11,7 @@
 int main() {
     SystemClock_Config();
     ser = new BufferedSerial(USBTX, USBRX);
-    ser->baud(115200*2);
+    ser->baud(115200);
     ser->format(8);
     ser->printf("Hello World\n\r");
     myled = 1;