Skip to content

Commit

Permalink
up firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Feb 4, 2025
1 parent 00d934b commit bb625bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04

env:
RP2040_FIRMWARE_VERSION: 0.2.18
RP2040_FIRMWARE_VERSION: 0.2.19

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ use crate::recording_state::RecordingState;
const AUDIO_SHEBANG: u16 = 1;

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

const SEGMENT_LENGTH: usize = 9760;
Expand Down

0 comments on commit bb625bf

Please sign in to comment.