build_mpos.sh: add macOS example

This commit is contained in:
Thomas Farstrike
2025-11-21 18:41:11 +01:00
parent e6f37d65cb
commit 9abada9d75
+1
View File
@@ -12,6 +12,7 @@ if [ -z "$target" -o -z "$buildtype" ]; then
echo "Usage: $0 target buildtype [optional subtarget]"
echo "Usage: $0 <esp32 or unix or macOS> <dev or prod> [<waveshare-esp32-s3-touch-lcd-2 or fri3d-2024>]"
echo "Example: $0 unix dev"
echo "Example: $0 macOS dev"
echo "Example: $0 esp32 dev fri3d-2024"
echo "Example: $0 esp32 prod fri3d-2024"
echo "Example: $0 esp32 dev waveshare-esp32-s3-touch-lcd-2"