Skip to content

Commit

Permalink
fix: replace spotify_mini instance with teeny
Browse files Browse the repository at this point in the history
  • Loading branch information
Sycrosity committed Jun 22, 2024
1 parent 7e32fd3 commit b301509
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use esp_hal::{
use esp_println::println;
use esp_wifi::wifi::WifiStaDevice;
use httparse::{Header, Status};
use spotify_mini::{
use teeny::{
blink::blink,
buttons::{
display_play_pause, display_skip, publish_play_pause, publish_raw_skip, publish_skip,
Expand Down

0 comments on commit b301509

Please sign in to comment.