What is the use of ProjectManager.TemplateDestinationPath and ProjectManager.TemplateSourcePath
Hello,
I had both the ProjectManager.TemplateDestinationPath and ProjectManager.TemplateSourcePath pointing to folder which did not exist.
So, I updated `ProjectManager.TemplateSourcePath` to
`ProjectManager.TemplateSourcePath=C\:\\STM32CubeMX\\db\\extra_templates` as the STM32CubeMX folder is present in C Drive in the ROOT C directory.
What is the use of `ProjectManager.TemplateDestinationPath`? I am not sure what should be the value passed to `ProjectManager.TemplateDestinationPath`. For now I have assigned the path where the IOC file containing these settings exist:
`ProjectManager.TemplateDestinationPath=E\:\\DEPT197\\GIT\\Gateway-H7-All-Codes\\Gateway-H7\\Gateway-H7-App`
Can I safely remove these two settings / variables, as others might have a different setup / folder for STM32CubeMX, templates, etc.
Please suggest.
Thanks and regards,
Rajeev