From ab94d9fbf35110a394ea62aa2ec4057e107a69ef Mon Sep 17 00:00:00 2001 From: Clement Date: Tue, 4 Apr 2023 10:45:44 +0200 Subject: [PATCH] fix: typo --- IOT/lib/API/src/API.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IOT/lib/API/src/API.cpp b/IOT/lib/API/src/API.cpp index f5240a8..89427f5 100644 --- a/IOT/lib/API/src/API.cpp +++ b/IOT/lib/API/src/API.cpp @@ -81,7 +81,7 @@ bool API::connect(){ return sortie; } -bool API::sendValute(String val, String poubelleID, String valUnit, bool full){ +bool API::sendValue(String val, String poubelleID, String valUnit, bool full){ JSONVar data; data["value"] = val; data["trash_id"] = poubelleID;