not running

Dependencies:   TextLCD MQTT

mbed_app.json

Committer:
hyan99
Date:
2019-12-11
Revision:
2:16b3bd337db2
Parent:
1:19c3299ea83a

File content as of revision 2:16b3bd337db2:

{
    "config": {
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"AslamahFi\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"finewhatever\""
        },
        "wifi-tx" : {
            "help" : "Wifi TX pin",
            "value" : "p28"
        },
        "wifi-rx" : {
            "help" : "Wifi RX pin",
            "value" : "p27"
        }
    },
    "target_overrides": {
        "*": {
            "target.network-default-interface-type": "WIFI",
            "platform.stdio-convert-newlines": true,
            "esp8266.provide-default" : true,
            "esp8266.tx" : "p28",
            "esp8266.rx" : "p27",
            "rtos.thread-stack-size": 1024   
        }   
    }  
}