Hello, I'm trying to customize the startup process for flashing an application with bootloader. However I want some manual actions (like resetting or connecting without download) still work relatively "normal", so my idea was to check the state of some variables within the customized callbacks in the Ozone project file to do different things. Now to the problem: I've found out that there is a system variable VAR_CONNECT_MODE to define the type of connection/download (although this variable name …