Skip to content

Commit

Permalink
Update StartbitV2.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiwonder committed May 22, 2023
1 parent e31d484 commit 8b04921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StartbitV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ namespace StartbitV2 {
}

const MP3_I2C_ADDR = 0x7B;
const MP3_PLAY_NUM_ADDR = 1;
const MP3_PLAY_NUM_ADDR = 3;
const MP3_PLAY_ADDR = 5;
const MP3_PAUSE_ADDR = 6;
const MP3_PREV_ADDR = 8;
Expand Down

0 comments on commit 8b04921

Please sign in to comment.