Skip to content

Commit

Permalink
image upload support (#28)
Browse files Browse the repository at this point in the history
* [cargo] updates

* try add toolchain

* start route cleanup

* start raw image upload + rendering

* fileinput accept attribute

* saving

* ci fixes

* more image stuff

* warn on file size

* larger max file limit

* filling in initial auth

* polish up lighting

* rm unused lib files
  • Loading branch information
dadleyy committed Nov 6, 2023
1 parent d2bc5a0 commit 62abc0e
Show file tree
Hide file tree
Showing 64 changed files with 8,375 additions and 3,524 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,36 +77,6 @@ jobs:
- name: "pio: check"
run: pio check

- name: "pio(firebeetle): run firebeetle"
run: pio run -e firebeetle

- name: "bundle(firebeetle): prepare-dir"
run: mkdir -p $DISTRIBUTABLE_DIRECTORY_NAME/firebeetle

- name: "bundle(firebeetle): copy-bin"
run: |
gpg --trust-model always -e -r $BEETLE_GPG_KEY_ID -o \
$DISTRIBUTABLE_DIRECTORY_NAME/firebeetle/firmware.bin.pgp \
.pio/build/firebeetle/firmware.bin
- name: "bundle(firebeetle): copy-map"
run: |
gpg --trust-model always -e -r $BEETLE_GPG_KEY_ID -o \
$DISTRIBUTABLE_DIRECTORY_NAME/firebeetle/firmware.map.pgp \
.pio/build/firebeetle/firmware.map
- name: "bundle(firebeetle): copy-elf"
run: |
gpg --trust-model always -e -r $BEETLE_GPG_KEY_ID -o \
$DISTRIBUTABLE_DIRECTORY_NAME/firebeetle/firmware.elf.pgp \
.pio/build/firebeetle/firmware.elf
- name: "bundle(firebeetle): copy-partitions"
run: |
gpg --trust-model always -e -r $BEETLE_GPG_KEY_ID -o \
$DISTRIBUTABLE_DIRECTORY_NAME/firebeetle/partitions.bin.pgp \
.pio/build/firebeetle/partitions.bin
- name: "pio(xiao): upgrade"
run: pio upgrade

Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/target
/.tmp
*.DS_Store
orient-beetle-ci.key
.env
env.toml
local-env.toml
.storage
*.png
/*.png

0 comments on commit 62abc0e

Please sign in to comment.