We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b5f22 commit 8004e04Copy full SHA for 8004e04
what_is_my_esp_ip.ino
@@ -4,11 +4,11 @@ const char* ssid = "yourNetworkName";
4
const char* password = "yourNetworkPassword";
5
String url = "http://www.onclick.lv/esp/?mac="+WiFi.macAddress()+"&ip="+WiFi.localIP().toString();
6
void setup () {
7
- Serial.begin(115200);
+ // Serial.begin(115200);
8
WiFi.begin(ssid, password);
9
while (WiFi.status() != WL_CONNECTED) {
10
delay(1000);
11
- Serial.print("Connecting..");
+// Serial.print("Connecting..");
12
}
13
14
void loop() {
0 commit comments