File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ LUALS_DIR := bin/lua-language-server
88LUALS := $(LUALS_DIR ) /bin/lua-language-server
99LUALS_URL := https://github.com/LuaLS/lua-language-server/releases/download/$(LUALS_VERSION ) /lua-language-server-$(LUALS_VERSION ) -linux-x64.tar.gz
1010
11- .PHONY : help install-tools install-stylua install-luals format format-check typecheck check sync
11+ .PHONY : help install-tools install-stylua install-luals format format-check typecheck check sync push
1212
1313help :
1414 @echo " Usage: make <target>"
2121 @echo " typecheck Run lua-language-server type checking"
2222 @echo " check Run format-check and typecheck"
2323 @echo " sync Sync source files to EdgeTX simulator SD card"
24+ @echo " push Push source files to EdgeTX radio and eject"
2425
2526install-stylua :
2627 @command -v cargo > /dev/null 2>&1 || { echo " cargo is required (install Rust: https://rustup.rs)" ; exit 1; }
@@ -44,4 +45,7 @@ typecheck:
4445check : format-check typecheck
4546
4647sync :
47- edgetx sync ../edgetx-sdcard
48+ edgetx dev sync ../edgetx-sdcard
49+
50+ push :
51+ edgetx dev push --eject
You can’t perform that action at this time.
0 commit comments