Skip to content

Commit

Permalink
Merge pull request #16 from TheCacophonyProject/up-firmware
Browse files Browse the repository at this point in the history
update to audio filter update firmware
  • Loading branch information
gferraro authored Jul 23, 2024
2 parents aff14d9 + 3ac45fe commit 67ccbd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ addons:

env:
global:
- RP2040_FIRMWARE_VERSION=0.2.3
- RP2040_FIRMWARE_VERSION=0.2.4

before_script:
- rustup target add aarch64-unknown-linux-musl
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ use std::io::Write;
const AUDIO_SHEBANG: u16 = 1;

const EXPECTED_RP2040_FIRMWARE_HASH: &str = include_str!("../_releases/tc2-firmware.sha256");
const EXPECTED_RP2040_FIRMWARE_VERSION: u32 = 12;
const EXPECTED_RP2040_FIRMWARE_VERSION: u32 = 13;
const EXPECTED_ATTINY_FIRMWARE_VERSION: u8 = 1;

const SEGMENT_LENGTH: usize = 9760;
Expand Down

0 comments on commit 67ccbd6

Please sign in to comment.