Skip to content

Commit

Permalink
firmware: swap speed selection pin
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Dec 3, 2024
1 parent 5d21cb4 commit c15b8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ assign_resources::assign_resources! {
pir_b: PIN_10, // Input 5
},
ui_buttons: UiButtonResources {
speed: PIN_8, // Input 7
speed: PIN_9, // Input 6
},
onewire: OnewireResources {
data: PIN_22,
Expand Down

0 comments on commit c15b8c5

Please sign in to comment.