Simple and easy editable program for weather stations

Dependencies:   mbed mbed-STM32F103C8T6 thermistor HMC5883L DHT11 USBDevice

Revision:
2:8ba36a81fd17
Parent:
1:f2402d1acb80
--- a/mbed_app.json	Tue May 19 10:35:10 2020 +0000
+++ b/mbed_app.json	Tue May 19 18:28:48 2020 +0000
@@ -1,6 +1,10 @@
 {
+    "macros": [ 
+        "NDEBUG=1"
+    ],
     "target_overrides": {
         "*": {
+            "platform.stdio-flush-at-exit": false,
             "target.clock_source": "USE_PLL_HSE_XTAL",
             "target.clock_source_usb": "1",
             "target.default_lib": "small",