Fuse projects?

Hi all!

Is there a way to fuse projects together, without having to put in all the code again?

Thanks in advance!

1 Like

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.

1 Like

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.

1 Like