-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed dfu release generation and touchscreen sensitivity.
- Loading branch information
Showing
3 changed files
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
#!/bin/sh | ||
cp build/ch.bin release/NanoVNA-H4_$(date +"%Y%m%d").bin | ||
cp build/ch.hex release/NanoVNA-H4_$(date +"%Y%m%d").hex | ||
dfu-tool convert raw build/ch.bin release/NanoVNA-H4_$(date +"%Y%m%d").dfu | ||
dfu-tool convert dfuse build/ch.bin release/NanoVNA-H4_$(date +"%Y%m%d").dfu | ||
dfu-tool set-vendor release/NanoVNA-H4_$(date +"%Y%m%d").dfu 0483 | ||
dfu-tool set-release release/NanoVNA-H4_$(date +"%Y%m%d").dfu 0000 | ||
#dfu-tool set-product release/NanoVNA-H4_$(date +"%Y%m%d").dfu 0000 | ||
dfu-tool set-address release/NanoVNA-H4_$(date +"%Y%m%d").dfu 0x8000000 | ||
dfu-tool set-alt-setting-name release/NanoVNA-H4_$(date +"%Y%m%d").dfu NanoVNA-H4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters