mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
13 lines
222 B
Bash
Executable File
13 lines
222 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
cd "$(dirname "$0")/../../"
|
|
|
|
npm install -g particle-cli
|
|
|
|
particle login -t "${PARTICLE_TOKEN}"
|
|
|
|
cp extras/particle/src/smocktest.ino src/
|
|
cp extras/particle/project.properties ./
|
|
|
|
particle compile "$BOARD"
|