Remove unused variable (#7403)
This commit is contained in:
parent
52cdc663d3
commit
e01f175dbd
1 changed files with 0 additions and 2 deletions
|
|
@ -62,8 +62,6 @@ void setup()
|
|||
|
||||
}
|
||||
|
||||
int value = 0;
|
||||
|
||||
void loop(){
|
||||
WiFiClient client = server.available(); // listen for incoming clients
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue