Hiroaki Okoshi / Mbed OS http-webserver-example-mbed-os-5-odin-w2

mbed_app.json

Committer:
Hiroaki_Okoshi
Date:
2021-10-09
Revision:
0:a21b8a29df03

File content as of revision 0:a21b8a29df03:

{
    "macros": ["MBED_SYS_STATS_ENABLED"],
    "target_overrides": {
        "*": {
            "platform.stdio-baud-rate": 115200,
            "platform.stdio-convert-newlines": true,
            "platform.default-serial-baud-rate": 115200,
            "mbed-trace.enable": 0,
            "mbed-http.http-buffer-size": 2048
        }
    }
}