mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-14 18:27:50 -06:00
📝 Index Mobo Rev03 => Opulo Lumen Rev3
This commit is contained in:
parent
4fb1c42500
commit
f5488f96cc
10 changed files with 35 additions and 30 deletions
|
@ -21,6 +21,10 @@ if pioutil.is_pio_build():
|
|||
|
||||
from platformio.package.meta import PackageSpec
|
||||
platform_packages = env.GetProjectOption('platform_packages')
|
||||
|
||||
# Remove all tool items from platform_packages
|
||||
platform_packages = [x for x in platform_packages if not x.startswith("platformio/tool-")]
|
||||
|
||||
if len(platform_packages) == 0:
|
||||
framewords = {
|
||||
"Ststm32Platform": "framework-arduinoststm32",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue