This commit is contained in:
rusefillc 2022-12-20 08:48:51 -05:00
parent 60a63b1726
commit c7eb57d48e
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
/**
* Current engine configuration. On firmware start we assign empty configuration, then
* we copy actual configuration after reading settings from flash.
* This is useful to compare old (activeConfiguration) and new (engineConfiguration) configurations in order to apply new settings.
* This is useful to compare old/current (activeConfiguration) and new/future (engineConfiguration) configurations in order to apply new settings.
*
* todo: place this field next to 'engineConfiguration'?
*/