Skip to content

Commit

Permalink
Merge pull request #6 from TheCacophonyProject/update-attiny-version
Browse files Browse the repository at this point in the history
Update firmware version and attiny version
  • Loading branch information
CameronRP committed Jun 24, 2024
2 parents 00064f7 + a69e71f commit a7ea09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ use rp2040_hal::I2C;
// NOTE: The version number here isn't important. What's important is that we increment it
// when we do a release, so the tc2-agent can match against it and see if the version is correct
// for the agent software.
pub const FIRMWARE_VERSION: u32 = 11;
pub const EXPECTED_ATTINY_FIRMWARE_VERSION: u8 = 12;
pub const FIRMWARE_VERSION: u32 = 12;
pub const EXPECTED_ATTINY_FIRMWARE_VERSION: u8 = 1; // Checking against the attiny Major version. // TODO Check against minor version also.
const ROSC_TARGET_CLOCK_FREQ_HZ_THERMAL: u32 = 150_000_000;

// got funny results at 150 for aduio seems to work better at 125
Expand Down

0 comments on commit a7ea09e

Please sign in to comment.