Skip to content

Commit

Permalink
chore: bump version, remove HE bug blocker
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed May 31, 2024
1 parent 22aee50 commit 69803b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build-firmwares.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,11 @@ for target in $target_names; do
# if [[ "${target}" == "x9dp2019" && "${lang}" == "PT" ]]; then continue; fi # x9d+2019 PT overflow
# if [[ "${target}" == "x9dp2019" && "${lang}" == "PL" ]]; then continue; fi # x9d+2019 PL overflow
# if [[ "${target}" == "x9dp2019" && "${lang}" == "SE" ]]; then continue; fi # x9d+2019 SE overflow
if [[ "${lang}" == "HE" ]]; then continue; fi # HE translation bug
SRCDIR=${SRC_DIR} FLAVOR=${target} EXTRA_OPTIONS="-DTRANSLATIONS=${lang} " "${SRC_DIR}/tools/build-gh.sh"
mv "${fw_name}" "${target}-${lang}-${GIT_SHA_SHORT}.bin"
done
else # Color LCD
for lang in "${LANGUAGES_COLORLCD[@]}"; do
if [[ "${lang}" == "HE" ]]; then continue; fi # HE translation bug
SRCDIR=${SRC_DIR} FLAVOR=${target} EXTRA_OPTIONS="-DTRANSLATIONS=${lang} " "${SRC_DIR}/tools/build-gh.sh"
mv "${fw_name}" "${target}-${lang}-${GIT_SHA_SHORT}.bin"
done
Expand Down
2 changes: 1 addition & 1 deletion edgetx
Submodule edgetx updated 102 files

0 comments on commit 69803b4

Please sign in to comment.