File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 19
19
#error [NOT_SUPPORTED] No network interface found for this target.
20
20
#endif
21
21
22
+ #if !defined(MBED_CONF_APP_WIFI_SECURE_SSID) && !defined(MBED_CONF_APP_WIFI_UNSECURE_SSID)
23
+ #error [NOT_SUPPORTED] Requires parameters from mbed_app.json
24
+ #endif
25
+
22
26
#include " mbed.h"
23
27
#include MBED_CONF_APP_HEADER_FILE
24
28
Original file line number Diff line number Diff line change 41
41
#if !defined(MBED_CONF_APP_AP_MAC_UNSECURE) || \
42
42
!defined(MBED_CONF_APP_MAX_SCAN_SIZE) || \
43
43
!defined(MBED_CONF_APP_WIFI_CH_UNSECURE) || \
44
- !defined(MBED_CONF_APP_WIFI_PASSWORD) || \
45
44
!defined(MBED_CONF_APP_WIFI_UNSECURE_SSID)
46
45
#error [NOT_SUPPORTED] Requires parameters from mbed_app.json (for unsecure connections)
47
46
#endif
You can’t perform that action at this time.
0 commit comments