Skip to content

Commit

Permalink
Merge pull request #33 from mp-se/dev
Browse files Browse the repository at this point in the history
Merge 1.0 beta 1
  • Loading branch information
mp-se authored Aug 10, 2024
2 parents 09b6d8f + c0b366c commit 887893a
Show file tree
Hide file tree
Showing 80 changed files with 1,006 additions and 5,417 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/pio-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Checkout UI
run: |
echo "Checkout UI"
git clone https://github.com/mp-se/kegmon-ui kegmon-ui
cp kegmon-ui/dist/css/app.css.gz html/
cp kegmon-ui/dist/js/app.js.gz html/
cp kegmon-ui/dist/index.html html/
- name: Setup PlatformIO
uses: n-vr/setup-platformio-action@v1.0.1

Expand All @@ -31,13 +39,13 @@ jobs:
verbose: true
disable-auto-clean: false


- uses: EndBug/add-and-commit@v9 # You can change this to use a specific version. https://github.com/marketplace/actions/add-commit
if: ${{ github.event_name != 'pull_request' }}
with:
add: 'bin'
add: 'bin html'
author_name: GitHub Action
author_email: mp-se@noreply.github.com
default_author: github_actor
message: 'GitHub Action Build'
pathspec_error_handling: ignore

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Magnus
Copyright (c) 2022-2024 Magnus

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file modified bin/firmware.bin
Binary file not shown.
Binary file modified bin/firmware32s2.bin
Binary file not shown.
Binary file modified bin/firmware32s3.bin
Binary file not shown.
Binary file removed bin/littlefs.bin
Binary file not shown.
72 changes: 0 additions & 72 deletions diagram.json

This file was deleted.

141 changes: 0 additions & 141 deletions html/about.htm

This file was deleted.

1 change: 0 additions & 1 deletion html/about.min.htm

This file was deleted.

Binary file added html/app.css.gz
Binary file not shown.
Binary file added html/app.js.gz
Binary file not shown.
Loading

0 comments on commit 887893a

Please sign in to comment.