You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We from brickobotik.de are working on Windows 10 with the newest Eclipse.
It would be awesome if the destination path for executable EV3 programs (like the microSD card) could be changed after the wizard of the Eclipse plugin. For many users changing the start code isn't a real option. They need a changeable wizard.
The text was updated successfully, but these errors were encountered:
The lmsscript files are preprocessed by the plugin prior to compilation to replace the ${variable}s with their values. One could provide a ${wizardInstallType} variable that is populated by a field, akin to how the compiler and ev3duder path is configurable after project creation. If this is done, same project variable should be used in the call to ev3duder mkrbf (Fallback for when the lmsscript is deleted)
I've tagged this help-wanted till someone can take a look. Though, I must say I am not entirely convinced by
changing the start code isn't a real option.
It's just changing ${card} or whatever to ${brick} or ${usb} (provided the base functionality works, but that's another issue).
We from brickobotik.de are working on Windows 10 with the newest Eclipse.
It would be awesome if the destination path for executable EV3 programs (like the microSD card) could be changed after the wizard of the Eclipse plugin. For many users changing the start code isn't a real option. They need a changeable wizard.
The text was updated successfully, but these errors were encountered: