mirror of
https://github.com/platformio/platformio-core.git
synced 2025-11-15 14:59:28 +01:00
Refactor INO to CPP converter
This commit is contained in:
@@ -198,10 +198,7 @@ Manifest File ``platform.json``
|
||||
"description": "My custom development platform",
|
||||
"url": "http://example.com",
|
||||
"homepage": "http://platformio.org/platforms/myplatform",
|
||||
"license": {
|
||||
"type": "Apache-2.0",
|
||||
"url": "http://opensource.org/licenses/apache2.0.php"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"platformio": "~3.0.0",
|
||||
"scons": ">=2.3.0,<2.6.0"
|
||||
|
||||
Reference in New Issue
Block a user