mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47: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": {
|
||||
"path": join("frameworks", "arduino"),
|
||||
"default": False
|
||||
"default": True
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -26,7 +26,7 @@ class Timsp430Platform(BasePlatform):
|
||||
|
||||
"framework-energiamsp430": {
|
||||
"path": join("frameworks", "energia"),
|
||||
"default": False
|
||||
"default": True
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user