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)