mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Typo fix
This commit is contained in:
@ -65,7 +65,7 @@ Let's create our first PlatformIO-based Cloud9 Project
|
||||
1. Initialize new PlatformIO-based Project. Run a next command in Cloud IDE
|
||||
Terminal:
|
||||
|
||||
.. code-block:: bash
|
||||
.. code-block:: bash
|
||||
|
||||
platformio init --board <ID>
|
||||
|
||||
@ -79,7 +79,7 @@ Let's create our first PlatformIO-based Cloud9 Project
|
||||
Project Tree (left side). Please make right click on ``src`` folder,
|
||||
then "New File" and insert a next content:
|
||||
|
||||
.. code-block:: c
|
||||
.. code-block:: c
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
|
Reference in New Issue
Block a user