Skip to content

Commit 7edc785

Browse files
author
Veijo Pesonen
committed
Drops unused member variable
1 parent 39ab932 commit 7edc785

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ESP8266Interface.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ class ESP8266Interface : public NetworkStack, public WiFiInterface
329329

330330
char ap_ssid[ESP8266_SSID_MAX_LENGTH + 1]; /* 32 is what 802.11 defines as longest possible name; +1 for the \0 */
331331
nsapi_security_t _ap_sec;
332-
uint8_t ap_ch;
333332
char ap_pass[ESP8266_PASSPHRASE_MAX_LENGTH + 1];
334333
uint16_t _local_ports[ESP8266_SOCKET_COUNT];
335334

0 commit comments

Comments
 (0)