this is the working code for the xdot to read in serial from the pi and send it over LoRa

mbed_lib.json

Committer:
Jenkins@KEILDM1.dc.multitech.prv
Date:
2019-11-08
Revision:
22:f062567a28ae
Parent:
14:f0c24ce93427

File content as of revision 22:f062567a28ae:

{
    "name": "mdot-library",
    "config": {
        "main-stack-size": {
            "macro_name": "MBED_CONF_APP_MAIN_STACK_SIZE",
            "value": 4096
        },
        "thread-stack-size": {
            "macro_name": "MBED_CONF_APP_THREAD_STACK_SIZE",
            "value": 2048
        }
    },
    "target_overrides": {
        "XDOT_L151CC": {
            "main-stack-size": 2048,
            "thread-stack-size": 256
        }
    }
}