ADFWQEF

Revision:
100:7c75f1700889
Parent:
77:b74ac6641a3e
--- a/mbed_app.json	Tue Oct 08 14:00:11 2019 +0100
+++ b/mbed_app.json	Thu Nov 17 11:07:36 2022 +0000
@@ -1,17 +1,28 @@
 {
-    "config": {
-        "wifi-ssid": {
-            "help": "WiFi SSID",
-            "value": "\"SSID\""
-        },
-        "wifi-password": {
-            "help": "WiFi Password",
-            "value": "\"PASSWORD\""
-        }
-    },
-    "target_overrides": {
-        "*": {
-            "platform.stdio-convert-newlines": true
-        }
-    }
+"config": {
+"hostname": {
+"help": "The demo will try to connect to this web address on port 80 (or port 443 when using tls).",
+"value": "\"ifconfig.io\""
+},
+"use-tls-socket": {
+"value": false
+},
+"socket-bufsize": {
+"help": "Max socket data heap usage",
+"value": "1024"
 }
+},
+"target_overrides": {
+"*": {
+"target.network-default-interface-type": "WIFI",
+"nsapi.default-wifi-security": "WPA_WPA2",
+"nsapi.default-wifi-ssid": "\"AFACTAP\"",
+"nsapi.default-wifi-password": "\"1209348756\"",
+"esp8266.tx": "D8",
+"esp8266.rx": "D2",
+"esp8266.socket-bufsize": "1024",
+"esp8266.debug": false,
+"esp8266.provide-default" : true
+}
+}
+}
\ No newline at end of file