forked from bigtreetech/BIGTREETECH-TouchScreenFirmware
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
save/load infoSettings Struct instead of save/load every variable individually, Fix Screen freezes/Click to Resume message/damaged M105 command in Marlin mode bigtreetech#1468
- Loading branch information
Showing
84 changed files
with
1,101 additions
and
1,091 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,19 @@ name: Build Binaries | |
on: | ||
push: | ||
branches: [ master ] | ||
paths-ignore: | ||
- .devcontainer/** | ||
- .github/** | ||
- Bootloader/** | ||
- Copy to SD Card root directory to update/** | ||
- images/** | ||
- readme/** | ||
- '**/*.md' | ||
|
||
jobs: | ||
main: | ||
name: Main | ||
name: Build Binaries | ||
if: github.repository == 'bigtreetech/BIGTREETECH-TouchScreenFirmware' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
|
@@ -54,14 +64,20 @@ jobs: | |
run: platformio run --environment MKS_32_V1_4_NOBL | ||
- name: Build MKS TFT28 V1.0 | ||
run: platformio run --environment MKS_28_V1_0 | ||
- name: Clean Up Folder | ||
- name: Remove Old Binaries | ||
run: find "Copy to SD Card root directory to update/" -name '*.bin' -print -delete | ||
- name: Copy Files | ||
- name: Remove Old Config | ||
run: find "Copy to SD Card root directory to update/" -name 'config.ini' -print -delete | ||
- name: Copy New Binaries | ||
run: find .pio/build/ -name '*.bin' -exec cp -vf '{}' "./Copy to SD Card root directory to update/" ";" | ||
- name: Stage Changes | ||
run: git config user.email "[email protected]" && git config user.name "Github Actions" && find "Copy to SD Card root directory to update/" -name '*.bin' -exec git add {} \; | ||
- name: Copy New Config | ||
run: find TFT/src/User/ -name 'config.ini' -exec cp -vf '{}' "./Copy to SD Card root directory to update/" ";" | ||
- name: Stage New Binaries | ||
run: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && git config user.name "${GITHUB_ACTOR}" && find "Copy to SD Card root directory to update/" -name '*.bin' -exec git add {} \; | ||
- name: Stage New Config | ||
run: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && git config user.name "${GITHUB_ACTOR}" && find "Copy to SD Card root directory to update/" -name 'config.ini' -exec git add {} \; | ||
- name: Push | ||
uses: actions-x/commit@v2 | ||
with: | ||
message: Update prebuilt binaries | ||
message: Update prebuilt binaries and config | ||
token: ${{ secrets.MY_SECRET_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-2.27 KB
(99%)
Copy to SD Card root directory to update/BIGTREE_TFT24_V1.1.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.26 KB
(99%)
Copy to SD Card root directory to update/BIGTREE_TFT28_V3.0.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.27 KB
(99%)
Copy to SD Card root directory to update/BIGTREE_TFT35_V3.0.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.26 KB
(99%)
Copy to SD Card root directory to update/BIGTREE_TFT35_V3.0_B1.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.26 KB
(99%)
Copy to SD Card root directory to update/BIGTREE_TFT35_V3.0_E3.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.26 KB
(99%)
Copy to SD Card root directory to update/BIGTREE_TFT43_V3.0.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.26 KB
(99%)
Copy to SD Card root directory to update/BIGTREE_TFT50_V3.0.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.26 KB
(99%)
Copy to SD Card root directory to update/BIGTREE_TFT70_V3.0.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.29 KB
(98%)
Copy to SD Card root directory to update/BIQU_TFT28_V1.0.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.27 KB
(99%)
Copy to SD Card root directory to update/BIQU_TFT35_APP1_V2.0.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.13 KB
(99%)
Copy to SD Card root directory to update/BIQU_TFT35_V1.0.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.13 KB
(99%)
Copy to SD Card root directory to update/BIQU_TFT35_V1.1.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.29 KB
(98%)
Copy to SD Card root directory to update/BIQU_TFT35_V1.2.26.x.bin
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
-1.89 KB
(99%)
Copy to SD Card root directory to update/MKS_32_V1_1.26.x.bin
Binary file not shown.
Binary file modified
BIN
-1.89 KB
(99%)
Copy to SD Card root directory to update/MKS_32_V1_2.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.04 KB
(99%)
Copy to SD Card root directory to update/MKS_32_V1_3.26.x.bin
Binary file not shown.
Binary file modified
BIN
-2.28 KB
(99%)
Copy to SD Card root directory to update/MKS_32_V1_4.26.x.bin
Binary file not shown.
Oops, something went wrong.