mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-30 00:47:17 +02:00
Remove unnecessary todo
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user