enabled gpio switching in heater again

This commit is contained in:
Martin Zietz
2021-02-12 12:52:40 +01:00
parent 1fb042875e
commit a05fe0c4ff
5 changed files with 7 additions and 5 deletions

View File

@ -267,7 +267,7 @@ ReturnValue_t PCDUHandler::getFuseState( uint8_t fuseNr ) const {
}
uint32_t PCDUHandler::getSwitchDelayMs(void) const {
return 15000;
return 20000;
}
object_id_t PCDUHandler::getObjectId() const {