May 2021 test

Dependencies:   sx128x sx12xx_hal

Revision:
4:a645b6a6fa1f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Mon Aug 19 01:30:26 2019 +0000
@@ -0,0 +1,17 @@
+{
+    "macros":
+    [
+        "MEM_ALLOC=malloc",
+        "MEM_FREE=free"
+    ],
+    "target_overrides": 
+    {
+        "*":
+        {
+            "platform.stdio-baud-rate": 115200,
+            "platform.stdio-convert-newlines": true,
+            "platform.stdio-buffered-serial": true,
+            "mbed-trace.enable": 1
+        }
+    }
+}
\ No newline at end of file