From 15bb3e95f313f147a64adb29bdbdccfc6861323c Mon Sep 17 00:00:00 2001 From: Nikita Romanenko Date: Wed, 13 Dec 2017 23:26:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=BE=D0=B9=20=D1=84=D0=B8=D0=BA=D1=81=20+=20=D0=A1=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D1=82=D0=BE=D1=87=D0=BA=D0=B8=20=D0=BD=D0=B0=20LabWor?= =?UTF-8?q?k=5F1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 687b237..5b476b3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ #include #include "CpuLoad.h" -const char *ssid = "NodeMCU"; +const char *ssid = "LabWork_1"; ESP8266WebServer server(80); Sensor accelerometer = Sensor(); @@ -120,8 +120,8 @@ void setup(void) Serial.println(); pinMode(A0, INPUT); + WiFi.setAutoConnect(false); WiFi.softAP(ssid); - IPAddress myIP = WiFi.softAPIP(); Serial.print("AP IP address: "); Serial.println(myIP);