mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
examples code cleanup (#5290)
* Update WiFiMulti.ino * Update WiFiClientBasic.ino * Update WiFiWebServer.ino * Update WiFiClient.ino * Update WiFiHTTPSServer.ino
This commit is contained in:
@ -13,7 +13,6 @@ const uint16_t port = 17;
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
delay(10);
|
||||
|
||||
// We start by connecting to a WiFi network
|
||||
|
||||
|
Reference in New Issue
Block a user