mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
11 lines
164 B
Bash
11 lines
164 B
Bash
#!/bin/sh -ex
|
|
|
|
BOARD=$1
|
|
|
|
cd "$(dirname "$0")/../../"
|
|
|
|
cp extras/particle/src/smocktest.ino src/
|
|
cp extras/particle/project.properties ./
|
|
|
|
particle compile "$BOARD"
|