We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd4df5 commit 9943871Copy full SHA for 9943871
README.md
@@ -81,8 +81,7 @@ Now to proceed with the PlatformIO workflow:
81
```bash
82
pio lib install # Install dependencies
83
pio run # Build the firmware
84
-$ pio run --target upload # Flash the firmware
85
-
+pio run --target upload # Flash the firmware
86
```
87
88
An example of a micro-ROS application using PlatformIO is available [here](https://github.com/husarion/micro_ros_stm32_template).
0 commit comments