This concerns commit https://github.com/MarlinFirmware/Marlin/commit/1674df00b14009e7c3c2daa5c8585cabe3fc7fc4
The effected line in platformio.ini should read:
USBComposite for STM32F1@==0.91
I made the same change and the warning disappears, thanks
I verified the fix on an SKR Mini E3 1.2 build, so I put in a PR: https://github.com/MarlinFirmware/Marlin/pull/17321.
I just build simply using USBComposite for STM32F1, which uses v0.97
Is there a specific reason why i should not use a newer Version of USBComposite for STM32F1
it's currently working fine for me (i am just wondering)
Is there a specific reason why i should not use a newer Version of USBComposite for STM32F1
I鈥檓 not sure what prompted the specific version requirement.
see #17217 for details
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
I verified the fix on an SKR Mini E3 1.2 build, so I put in a PR: https://github.com/MarlinFirmware/Marlin/pull/17321.