Publish for Testing

Dependencies:   SX127x lorawan1v1

Fork of LoRaWAN-grove-cayenne by wayne roberts

Revision:
9:1a94f4a5e716
Parent:
0:62e456e60083
--- a/vt100.h	Mon Jul 23 13:19:35 2018 -0700
+++ b/vt100.h	Mon Jul 23 17:56:47 2018 -0700
@@ -27,6 +27,8 @@
     #define VT100_BAUD      115200
 #elif defined(TARGET_NUCLEO_L073RZ)
     #define VT100_BAUD      115200
+#elif defined(TARGET_NRF52_DK)
+    #define VT100_BAUD      115200
 #else
     #error find_usable_vt100_baudrate
 #endif