feat: Add initial support for PlatformIO and Arduino
This commit is contained in:
2
ci/build-platformio.sh
Normal file
2
ci/build-platformio.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
# run PlatformIO builds
|
||||
platformio run
|
||||
5
ci/install-platformio.sh
Normal file
5
ci/install-platformio.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
# install PlatformIO
|
||||
sudo pip install -U platformio
|
||||
|
||||
# update PlatformIO
|
||||
platformio update
|
||||
Reference in New Issue
Block a user