This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

[OLD] LogicMachine firmware 2023 RC3
#3
If you have some long-running calculations then save your data into storage.
Nobody else complained about this change and we think that the full restart is better than a partial reload. Most resident scripts follow this pattern:
Code:
if not init then
  -- setup code
  init = true
end
-- main loop code
So reloading only affects the main loop code. Any changes made to the setup code part require a manual disable/enable sequence which is not intuitive for the end users.


Messages In This Thread
RE: [PRE-RELEASE] LogicMachine firmware 2023 RC3 - by admin - 15.03.2023, 08:32

Forum Jump: