mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Enabled platform's framework to install by default
This commit is contained in:
@ -26,7 +26,7 @@ class AtmelavrPlatform(BasePlatform):
|
|||||||
|
|
||||||
"framework-arduinoavr": {
|
"framework-arduinoavr": {
|
||||||
"path": join("frameworks", "arduino"),
|
"path": join("frameworks", "arduino"),
|
||||||
"default": False
|
"default": True
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ class Timsp430Platform(BasePlatform):
|
|||||||
|
|
||||||
"framework-energiamsp430": {
|
"framework-energiamsp430": {
|
||||||
"path": join("frameworks", "energia"),
|
"path": join("frameworks", "energia"),
|
||||||
"default": False
|
"default": True
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user