mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-06-25 01:11:35 +02:00
11 lines
164 B
Bash
Executable File
11 lines
164 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
BOARD=$1
|
|
|
|
cd "$(dirname "$0")/../../"
|
|
|
|
cp extras/particle/src/smocktest.ino src/
|
|
cp extras/particle/project.properties ./
|
|
|
|
particle compile "$BOARD"
|