Hi all!
Is there a way to fuse projects together, without having to put in all the code again?
Thanks in advance!
Hi all!
Is there a way to fuse projects together, without having to put in all the code again?
Thanks in advance!
No. You most likely want a custom bootloader that allows you to selectively load code from a specific address in flash, but that would probably be extremely difficult.
Ok. Thanks!!!
If you mean that as in “merging” the project code, you can switch to JavaScript (make a backup first!) and copy all the code, convert the other project to JavaScript and paste the code there. Then just convert back to blocks.