NimBLE enhanced logging (do not merge) (#1629)

* Change log level to debug

* Don't reinit active bluetooth services

* Chmod +x before zip and adding to release
This commit is contained in:
Ben Meadors
2022-08-14 15:27:21 -05:00
committed by GitHub
parent ca9113ad05
commit 80e3cee006
4 changed files with 19 additions and 4 deletions

View File

@@ -425,6 +425,11 @@ jobs:
with:
name: firmware-${{ steps.version.outputs.version }}
path: ./output
- name: permissions
- run: |
chmod +x ./output/device-install.sh
chmod +x ./output/device-update.sh
- name: Zip firmware
run: zip -j -r ./firmware-${{ steps.version.outputs.version }}.zip ./output