forked from platformio/platformio-core
Merge branch 'develop' of https://github.com/ivankravets/platformio into develop
This commit is contained in:
@ -145,6 +145,8 @@ Example of the **test** platform (``test.py``):
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
import os
|
||||
|
||||
from platformio.platforms.base import BasePlatform
|
||||
|
||||
class TestPlatform(BasePlatform):
|
||||
|
Reference in New Issue
Block a user