Skip to content

Commit 63aa190

Browse files
Update .ino file
1 parent 0579e30 commit 63aa190

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Controlling Devices From HTML Webpage using NodeMCU.ino renamed to 05) Controlling_Devices_From_HTML_Webpage_using_NodeMCU.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ WiFiServer server(80);
88

99
void setup()
1010
{
11-
// put your setup code here, to run once:
1211
Serial.begin(9600);
1312
WiFi.begin("Mooazam", "mooazam123");
1413
while (WiFi.status() != WL_CONNECTED)
@@ -26,7 +25,6 @@ void setup()
2625

2726
void loop()
2827
{
29-
// put your main code here, to run repeatedly:
3028
client = server.available(); //Gets a client that is connected to the server and has data available for reading.
3129
if (client == 1)
3230
{

0 commit comments

Comments
 (0)