Skip to content

Commit da857ac

Browse files
committed
Rename COMPONENT_4343W to COMPONENT_4343_FS to align to mbed-os
1 parent 593fe38 commit da857ac

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

@@ -314,7 +314,7 @@ unsigned long arduino::WiFiClass::getTime() {
314314
return 0;
315315
}
316316

317-
#if defined(COMPONENT_4343W)
317+
#if defined(COMPONENT_4343W_FS)
318318

319319
#define WIFI_FIRMWARE_NAME "4343WA1.BIN"
320320

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)