Merge branch 'master' into dev

This commit is contained in:
Blaž Kristan
2021-07-01 13:24:48 +02:00
26 changed files with 2656 additions and 2380 deletions

View File

@@ -273,7 +273,7 @@ class UsermodTemperature : public Usermod {
DEBUG_PRINTLN(F(" config (re)loaded."));
}
// use "return !top["newestParameter"].isNull();" when updating Usermod with new features
return true;
return !top[FPSTR(_parasite)].isNull();
}
uint16_t getId()