Resolved! Artifact Filename based on a Fw costant
Hi All, I need to obtain an artifact with the name present in some costant in "main.h". In other words, my project is called "TestProject" and main.h I have these costants: #define GUI_MAJOR_VER 0 // Major #define GUI_MINOR_VER 1 // Minor #defi...