Fixed issues regarding pull request "Pool #104"

This commit is contained in:
sunbuzz
2021-09-02 12:40:39 +02:00
parent 834c7cb87f
commit dd865a2db5
3 changed files with 6 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ Boiler::Boiler(uint8_t device_type, int8_t device_id, uint8_t product_id, const
}
// register values for master boiler/cascade module
reserve_telgram_functions(26); // reserve some space for the telegram registries, to avoid memory fragmentation
reserve_telgram_functions(25); // reserve some space for the telegram registries, to avoid memory fragmentation
// the telegram handlers...
// common for all boilers