Compare commits
No commits in common. "main" and "Ver.1.0.1.stable" have entirely different histories.
main
...
Ver.1.0.1.
@ -5,9 +5,9 @@
|
|||||||
#include <WiFiServer.h>
|
#include <WiFiServer.h>
|
||||||
|
|
||||||
#define relay 0
|
#define relay 0
|
||||||
#define ledPin 2
|
int ledPin = 2;
|
||||||
int udpBeginPacketTest;
|
int UdpbeginPacketTest;
|
||||||
int udpEndPacketTest;
|
int UdpendPacketTest;
|
||||||
int digitalStatus;
|
int digitalStatus;
|
||||||
|
|
||||||
WiFiUDP Udp;
|
WiFiUDP Udp;
|
||||||
@ -300,8 +300,6 @@ void loop(){
|
|||||||
}
|
}
|
||||||
// TODO: Implement web server functionality
|
// TODO: Implement web server functionality
|
||||||
// if(server.hasClient()){ // Check if there is a client connected
|
// if(server.hasClient()){ // Check if there is a client connected
|
||||||
// Serial.println("Client connected to web server.");
|
|
||||||
// server.setNoDelay(true); // Disable Nagle's algorithm for low latency
|
|
||||||
// WiFiClient client = server.available();
|
// WiFiClient client = server.available();
|
||||||
// if(client){
|
// if(client){
|
||||||
// Serial.println("New client connected.");
|
// Serial.println("New client connected.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user