Skip to content

Commit 3613803

Browse files
committed
Correct WiFi driver name to X_NUCLEO_IDW0XX1
1 parent 70e7b40 commit 3613803

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

TESTS/network/wifi/get_interface.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// Pick the correct driver based on mbed_app.json
2121
#define INTERNAL 1
2222
#define WIFI_ESP8266 2
23-
#define X_NUCLEO_IDW01M1 3
23+
#define X_NUCLEO_IDW0XX1 3
2424

2525
#if MBED_CONF_APP_WIFI_DRIVER == INTERNAL
2626

@@ -39,7 +39,7 @@
3939
#include "ESP8266Interface.h"
4040
#define DRIVER ESP8266Interface
4141

42-
#elif MBED_CONF_APP_WIFI_DRIVER == X_NUCLEO_IDW01M1
42+
#elif MBED_CONF_APP_WIFI_DRIVER == X_NUCLEO_IDW0XX1
4343
#include "SpwfSAInterface.h"
4444
#define DRIVER SpwfSAInterface
4545
#else

TESTS/network/wifi/template_mbed_app.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"value": 2
2222
},
2323
"wifi-driver": {
24-
"help": "Wifi driver to use, valid values are INTERNAL, WIFI_ESP8266 and X_NUCLEO_IDW01M1",
24+
"help": "Wifi driver to use, valid values are INTERNAL, WIFI_ESP8266 and X_NUCLEO_IDW0XX1",
2525
"value": "INTERNAL"
2626
},
2727
"wifi-tx": {

0 commit comments

Comments
 (0)