Remove unused variable (#7403)

This commit is contained in:
YOSHIKI 2022-11-02 19:43:31 +09:00 committed by GitHub
parent 52cdc663d3
commit e01f175dbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,8 +62,6 @@ void setup()
}
int value = 0;
void loop(){
WiFiClient client = server.available(); // listen for incoming clients