Skip to content

Commit

Permalink
Merge pull request #66 from linorobot/platformio-fix
Browse files Browse the repository at this point in the history
fixed link to PlatformIO URL
  • Loading branch information
grassjelly authored Sep 27, 2023
2 parents 2eb75e8 + dde151f commit fbbb338
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ It is assumed that you already have ROS2 and linorobot2 package installed. If yo
### 3. Install PlatformIO
Download and install platformio. [Platformio](https://platformio.org/) allows you to develop, configure, and upload the firmware without the Arduino IDE. This means that you can upload the firmware remotely which is ideal on headless setup especially when all components have already been fixed.

python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"

curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
python3 get-platformio.py

Add platformio to your $PATH:

echo "PATH=\"\$PATH:\$HOME/.platformio/penv/bin\"" >> $HOME/.bashrc
Expand Down

0 comments on commit fbbb338

Please sign in to comment.