Skip to content

Commit d67202f

Browse files
committed
- Updated to use latest firmware
1 parent c31f169 commit d67202f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616

1717
env:
18-
RP2040_FIRMWARE_VERSION: 0.2.41
18+
RP2040_FIRMWARE_VERSION: 0.3.0
1919

2020
steps:
2121
- name: Checkout repository

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ use crate::recording_state::RecordingState;
5252
const AUDIO_SHEBANG: u16 = 1;
5353

5454
const EXPECTED_RP2040_FIRMWARE_HASH: &str = include_str!("../_releases/tc2-firmware.sha256");
55-
const EXPECTED_RP2040_FIRMWARE_VERSION: u32 = 36;
55+
const EXPECTED_RP2040_FIRMWARE_VERSION: u32 = 37;
5656
const EXPECTED_ATTINY_FIRMWARE_VERSION: u8 = 1;
5757

5858
const SEGMENT_LENGTH: usize = 9760;

0 commit comments

Comments
 (0)