Wixel Config Utility request

Hi David,
Would it be possible to add a button to the Wixel Configuration Utility that reloads the currently opened App? This would save a bit of time in debugging when I’m frequently updating code.

Thanks,
-Gert

Sure, I’ll consider that for a later release.

In the mean time, it will be much easier for you if you use wixelcmd for programming. If you are using the Wixel SDK, wixelcmd is integrated into the Makefile so that you can build and program with a single command. It is easy to run that command multiple times in a Command Prompt window because the up arrow goes to the previous command. The command would be something like “make load_YOURAPPNAME”.

–David

Thanks for that pointer!
-Gert