Conflict between 6.2.1 and 6.2.0 project
Step to reproduce:
1) Generate a project in CubeMX v6.2.0 and save it
2) Open and modify the 6.2.0 project with CubeMX v6.2.1 (no migration or wathever), save the project
3) try to reopen the project with v6.2.0, these window will popup:
I need to use this project with 6.2.0 version of Cube MX.
looking into the .ioc from text editor, i see these lines:
MxCube.Version=6.2.1
MxDb.Version=DB.6.0.21
Changing these two into:
MxCube.Version=6.2.0
MxDb.Version=DB.6.0.20
with this change I can now re-open the file with previous CubeMX, is this procedure safe? There's something I'm missing that can broke the project?
Thanks