Skip to content

Commit 9abada9

Browse files
build_mpos.sh: add macOS example
1 parent e6f37d6 commit 9abada9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_mpos.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ if [ -z "$target" -o -z "$buildtype" ]; then
1212
echo "Usage: $0 target buildtype [optional subtarget]"
1313
echo "Usage: $0 <esp32 or unix or macOS> <dev or prod> [<waveshare-esp32-s3-touch-lcd-2 or fri3d-2024>]"
1414
echo "Example: $0 unix dev"
15+
echo "Example: $0 macOS dev"
1516
echo "Example: $0 esp32 dev fri3d-2024"
1617
echo "Example: $0 esp32 prod fri3d-2024"
1718
echo "Example: $0 esp32 dev waveshare-esp32-s3-touch-lcd-2"

0 commit comments

Comments
 (0)