added library json
This commit is contained in:
10
libraries/ArduinoJson/extras/ci/particle.sh
Normal file
10
libraries/ArduinoJson/extras/ci/particle.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh -ex
|
||||
|
||||
BOARD=$1
|
||||
|
||||
cd "$(dirname "$0")/../../"
|
||||
|
||||
cp extras/particle/src/smocktest.ino src/
|
||||
cp extras/particle/project.properties ./
|
||||
|
||||
particle compile "$BOARD"
|
||||
Reference in New Issue
Block a user