this is using the mbed os version 5-13-1

Dependencies:   mbed-http

mbed_app.json

Committer:
ocomeni
Date:
2019-03-10
Revision:
74:f26e846adfe9
Parent:
73:6f5021cbe752
Child:
75:08eff6258e1b

File content as of revision 74:f26e846adfe9:

{
    "config": {
        "main-stack-size": {
            "value": 8192
        },
        "network-interface":{
            "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_IDW01M1, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD",
            "value": "WIFI_ODIN"
        },
       "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"VM9109107_5GEXT\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"Bonga01shop02\""
        },
        "overrides": {
            "lse_available": false 
        }    
    },
    "macros": [
        "MBEDTLS_MPI_MAX_SIZE=1024",
        "MBEDTLS_MPI_WINDOW_SIZE=1",
        "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\"",
        "MBEDTLS_TEST_NULL_ENTROPY",
        "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES",
        "MBED_HEAP_STATS_ENABLED=1"
    ],
    "target_overrides": {
         "*": {
            "platform.stdio-baud-rate": 115200,
            "platform.stdio-convert-newlines": true,
            "mbed-trace.enable": 1,
            "mbed-http.http-buffer-size": 2048,
            "tls-socket.debug-level": 0,
            "nsapi.default-wifi-security": "WPA_WPA2",
            "nsapi.default-wifi-ssid": "\"VM9109107_5GEXT\"",
            "nsapi.default-wifi-password": "\"Bonga01shop02\""
      }
     }
}