USE THIS ONE

This commit is contained in:
tildearrow 2023-02-21 22:55:07 -05:00
parent 8309c0d279
commit 69ab2a0b50
2 changed files with 2 additions and 2 deletions

View file

@ -4416,6 +4416,8 @@ void DivEngine::preInit() {
String logPath=configPath+DIR_SEPARATOR_STR+"furnace.log";
startLogFile(logPath.c_str());
logI("Furnace version " DIV_VERSION ".");
loadConf();
}