From a436c6b5c7a377ac65a6364b2cc5d6363e6fd1e5 Mon Sep 17 00:00:00 2001 From: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com> Date: Sun, 11 Feb 2024 10:33:22 +0100 Subject: [PATCH] Update readme --- .github/workflows/compile.yaml | 2 +- README.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yaml b/.github/workflows/compile.yaml index 78e3b9e..d79bf3a 100644 --- a/.github/workflows/compile.yaml +++ b/.github/workflows/compile.yaml @@ -57,7 +57,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build - if: (github.event_name == 'release' && github.event.action == 'created') || (github.event_name != 'pull_request' && github.ref == 'refs/heads/master') + if: github.event_name == 'release' && github.event.action == 'created' steps: - name: Print GitHub event name run: | diff --git a/README.md b/README.md index 36359ad..704b9ac 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ A ESP32-2432S028R is required to run this project. You can find out where to buy - Extrude/Retract filament - Execute predefined gcode macros - Toggle Moonraker power devices +- OTA updates ### Install @@ -29,7 +30,13 @@ A ESP32-2432S028R is required to run this project. You can find out where to buy On initial install, all data should be wiped. On updates, data should be able to be kept without issues. -There are no 'over the air' updates. Each update has to be applied manually. +When there is an update available, a button in the settings will appear that can be pressed to update. If automatic updates are preferred, there is a toggle in the settings to automatically update. This will right after connecting to wifi update the screen. + +### Donate + +If you found this project helpful, please consider a donation [to my Ko-Fi](https://ko-fi.com/suchmememanyskill). It would help out a lot in the development of this project, due to the need to buy the screens. + +Thank you! ### Screenshots (Quite literally shots of the screen. I'm sorry)