I am using a RUMBA32 MKS
I have a compilation problem with the latest updates: the folder "RUMBA32_F446VE" is not found.
".../src / Repetier / src / boardFiles / rumba32 / RUMBA32_F446VE" not found
I think it's since the library change in platformio.ini
[env:RUMBA32]
extends = stm32f4446ve_common
board = RUMBA32_F446VE
I haven't had this problem with versions using:
[env:RUMBA32]
platform = ststm32@8.0.0
framework = arduino
board = RUMBA32_F446VE
How can I solve this problem?