Skip to content

Commit d677b82

Browse files
committed
update msposd
1 parent 2d49d03 commit d677b82

File tree

6 files changed

+26
-0
lines changed

6 files changed

+26
-0
lines changed
-249 KB
Loading
-227 KB
Loading
-409 KB
Loading
-249 KB
Loading

OpenIPC_Config/binaries/msposd

8.02 KB
Binary file not shown.

get-latest-binaries.sh

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#!/usr/bin/env bash
2+
3+
MSP_OSD_URL="https://github.com/OpenIPC/msposd/releases/download/latest/msposd_star6e"
4+
BIN_FOLDER="OpenIPC_Config/binaries"
5+
FONTS_FOLDER="${BIN_FOLDER}/fonts"
6+
7+
echo "Downloading latest binaries..."
8+
9+
curl -L "$MSP_OSD_URL" -o $BIN_FOLDER/msposd
10+
chmod +x OpenIPC/binaries/msposd
11+
12+
## Fonts
13+
14+
## INav
15+
16+
echo "Downloading INav font..."
17+
18+
curl -k -L -o $FONTS_FOLDER/inav/font.png https://raw.githubusercontent.com/openipc/msposd/main/fonts/font_inav.png
19+
curl -k -L -o $FONTS_FOLDER/inav/font_hd.png https://raw.githubusercontent.com/openipc/msposd/main/fonts/font_inav_hd.png
20+
21+
## Betaflight
22+
23+
echo "Downloading Betaflight font..."
24+
25+
curl -k -L -o $FONTS_FOLDER/bf/font.png https://raw.githubusercontent.com/openipc/msposd/main/fonts/font_btfl.png
26+
curl -k -L -o $FONTS_FOLDER/bf/font_hd.png https://raw.githubusercontent.com/openipc/msposd/main/fonts/font_btfl_hd.png

0 commit comments

Comments
 (0)