Skip to content

Commit c05fa4b

Browse files
committed
Rename COMPONENT_4343W to COMPONENT_4343_FS to align to mbed-os
1 parent 45df494 commit c05fa4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libraries/WiFi/src/WiFi.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ int arduino::WiFiClass::begin(const char* ssid, const char *passphrase) {
4444

4545
int arduino::WiFiClass::beginAP(const char* ssid, const char *passphrase, uint8_t channel) {
4646

47-
#if defined(COMPONENT_4343W)
47+
#if defined(COMPONENT_4343W_FS)
4848
_softAP = WhdSoftAPInterface::get_default_instance();
4949
#endif
5050

@@ -326,7 +326,7 @@ void arduino::WiFiClass::feedWatchdog()
326326
}
327327

328328

329-
#if defined(COMPONENT_4343W)
329+
#if defined(COMPONENT_4343W_FS)
330330

331331
#define WIFI_FIRMWARE_NAME "4343WA1.BIN"
332332

libraries/WiFi/src/WiFi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extern "C" {
3333

3434
#include "netsocket/NetworkInterface.h"
3535

36-
#if defined(COMPONENT_4343W)
36+
#if defined(COMPONENT_4343W_FS)
3737
#include "WhdSoftAPInterface.h"
3838
#endif
3939

0 commit comments

Comments
 (0)