Skip to content

Commit

Permalink
Revert button order
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed Sep 15, 2023
1 parent 671951d commit fae02d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/swadge2024.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ void app_main(void)
// Init buttons and touch pads
gpio_num_t pushButtons[] = {
GPIO_NUM_0, // Up
GPIO_NUM_2, // Down
GPIO_NUM_4, // Left
GPIO_NUM_4, // Down
GPIO_NUM_2, // Left
GPIO_NUM_1, // Right
GPIO_NUM_16, // A
GPIO_NUM_15, // B
Expand Down

0 comments on commit fae02d3

Please sign in to comment.