Closed raymondbrink closed 1 year ago
Moved away from StaticJsonDocument (on the stack) to DynamicJsonDocument (on the heap).
You can now put each loco config into a separate file (max. 4k):
You can even combine loco config files with inline loco configurations (for backwards compatibility):
Tested, works fine.
Let's merge it into develop, not master.
I rebased this feature onto develop, so it now includes the latest changes for PU hub onboard LED control.
Very nice, thank you.
Moved away from StaticJsonDocument (on the stack) to DynamicJsonDocument (on the heap).
You can now put each loco config into a separate file (max. 4k):
You can even combine loco config files with inline loco configurations (for backwards compatibility):