We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76404a3 commit 63850c7Copy full SHA for 63850c7
scripts/install.sh
@@ -3,14 +3,13 @@ pkill -f "python.*mpremote"
3
target="$1"
4
appname="$2"
5
6
-if [ -z "$target" -o -z "$appname" ]; then
7
- echo "Usage: $0 [target] [appname]"
8
- echo "Example: $0"
9
- echo "Example: $0 fri3d-2024 wifi"
+if [ -z "$target" ]; then
+ echo "Usage: $0 <target> [appname]"
+ echo "Example: $0 fri3d-2024"
+ echo "Example: $0 waveshare-esp32-s3-touch-lcd-2"
10
echo "Example: $0 fri3d-2024 appstore"
11
- echo "Example: $0 waveshare-esp32-s3-touch-lcd-2 launcher"
12
echo "Example: $0 waveshare-esp32-s3-touch-lcd-2 imu"
13
- sleep 2
+ exit 1
14
fi
15
16
0 commit comments