Fixes for new tpl engine, optimize memory.

This commit is contained in:
Magnus Persson
2022-08-05 09:38:10 +02:00
parent 45294f6b07
commit 68d44a5846
6 changed files with 63 additions and 18 deletions

View File

@ -141,6 +141,7 @@ void PushTarget::sendAll(float angle, float gravitySG, float corrGravitySG,
LOG_PERF_STOP("push-mqtt");
}
engine.freeMemory();
intDelay.save();
}