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:
2018-08-23
Revision:
14:f0c24ce93427

File content as of revision 14:f0c24ce93427:

{
    "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
        }
    }
}