Fixed bug in template engine, not including the start of tempalte

This commit is contained in:
Magnus Persson 2022-10-14 19:37:14 +02:00
parent 027e98d2de
commit e54c1d2518

View File

@ -196,9 +196,7 @@ class TemplatingEngine {
void freeMemory() {
if (_output) free(_output);
_output = 0;
_baseTemplate.clear();
}
void initialize(float angle, float gravitySG, float corrGravitySG,
float tempC, float runTime);