1

Dependencies:   HCSR04 LiquidCrystal_I2C_for_Nucleo

Revision:
100:8f61360ef2e9
Parent:
77:b74ac6641a3e
diff -r 86dca48315d8 -r 8f61360ef2e9 mbed_app.json
--- a/mbed_app.json	Tue Oct 08 14:00:11 2019 +0100
+++ b/mbed_app.json	Thu Jan 13 06:24:01 2022 +0000
@@ -1,17 +1,28 @@
 {
     "config": {
-        "wifi-ssid": {
-            "help": "WiFi SSID",
-            "value": "\"SSID\""
+        "hostname": {
+            "help": "The demo will try to connect to this web address on port 80 (or port 443 when using tls).",
+            "value": "\"ifconfig.io\""
         },
-        "wifi-password": {
-            "help": "WiFi Password",
-            "value": "\"PASSWORD\""
+        "use-tls-socket": {
+            "value": false
+        },
+        "socket-bufsize": {
+            "help": "Max socket data heap usage",
+            "value": "1024"
         }
     },
     "target_overrides": {
         "*": {
-            "platform.stdio-convert-newlines": true
+            "target.network-default-interface-type": "WIFI",
+            "nsapi.default-wifi-security": "WPA_WPA2",
+            "nsapi.default-wifi-ssid": "\"Galaxy A32\"",
+            "nsapi.default-wifi-password": "\"77777777\"",
+            "esp8266.tx": "D8",
+            "esp8266.rx": "D2",
+            "esp8266.socket-bufsize": "1024",
+            "esp8266.debug": false,
+            "esp8266.provide-default" : true
         }
     }
 }