Skip to content

Commit 3ca8101

Browse files
Remove soft AP config
1 parent 6f5629e commit 3ca8101

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

examples/ChunkRequest/ChunkRequest.ino

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,6 @@ void setup() {
204204
Serial.begin(115200);
205205

206206
#if ASYNCWEBSERVER_WIFI_SUPPORTED
207-
#define AP_SUBNET 100
208-
IPAddress local_IP(192, 168, AP_SUBNET, 1);
209-
IPAddress gateway(192, 168, AP_SUBNET, 1);
210-
IPAddress subnet(255, 255, 255, 0);
211-
WiFi.softAPConfig(local_IP, gateway, subnet);
212-
213207
WiFi.mode(WIFI_AP);
214208
WiFi.softAP("esp-captive");
215209
#endif

0 commit comments

Comments
 (0)