a

Dependencies:   stm32l475e_iot01_gps BSP_B-L475E-IOT01

Revision:
100:84aa1516022b
Parent:
77:b74ac6641a3e
--- a/mbed_app.json	Tue Oct 08 14:00:11 2019 +0100
+++ b/mbed_app.json	Thu Jan 14 23:36:14 2021 +0000
@@ -2,16 +2,24 @@
     "config": {
         "wifi-ssid": {
             "help": "WiFi SSID",
-            "value": "\"SSID\""
+            "value": "\"Xperia XA1P\""
         },
         "wifi-password": {
             "help": "WiFi Password",
-            "value": "\"PASSWORD\""
+            "value": "\"qweasdzxc\""
         }
     },
     "target_overrides": {
         "*": {
             "platform.stdio-convert-newlines": true
+        },
+        "DISCO_L475VG_IOT01A": {
+            "target.components_add": ["wifi_ism43362"],
+            "ism43362.provide-default": true
+        },
+        "DISCO_F413ZH": {
+            "target.components_add": ["wifi_ism43362"],
+            "ism43362.provide-default": true
         }
     }
 }