This commit is contained in:
2023-05-14 11:04:47 +02:00
parent 29e1c1b73a
commit 830d40a777
2 changed files with 2 additions and 4 deletions

View File

@ -119,6 +119,5 @@ bool API::sendValue(String val, String poubelleID, String valUnit, bool full){
this->client->println("Connection: close");
this->client->println();
this->token = "";//XXX: on rm le token a chaque fois car on sais pas si la requet a bien aboutie et donc si il y est encore bon
return true;
}