From 830f652bf95d171a78f2980aad311f34cda54312 Mon Sep 17 00:00:00 2001 From: samuelbles07 Date: Wed, 5 Feb 2025 13:52:38 +0700 Subject: [PATCH] Remove unnecessary todo --- src/AgConfigure.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/AgConfigure.cpp b/src/AgConfigure.cpp index 5fa8d3c..eb4f838 100644 --- a/src/AgConfigure.cpp +++ b/src/AgConfigure.cpp @@ -143,7 +143,6 @@ TempHumCorrectionAlgorithm Configuration::matchTempHumAlgorithm(String algorithm bool Configuration::updatePmCorrection(JSONVar &json) { if (!json.hasOwnProperty("corrections")) { - // TODO: need to response message? Serial.println("corrections not found"); return false; } @@ -232,7 +231,6 @@ bool Configuration::updatePmCorrection(JSONVar &json) { bool Configuration::updateTempHumCorrection(JSONVar &json, TempHumCorrection &target, const char *correctionName) { if (!json.hasOwnProperty(jprop_corrections)) { - // TODO: need to response message? return false; }