Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
fixed function call
Browse files Browse the repository at this point in the history
  • Loading branch information
pr3y committed Apr 9, 2024
1 parent b200d96 commit 6a31dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bruce.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2952,7 +2952,7 @@ void loop() {
DISP.setTextSize(TINY_TEXT);
DISP.setCursor(0, 0);
DISP.printf("DPWO-ESP32! Scanning...\n");
dpwoSetup();
dpwo_setup();
break;
case 27:
usb_setup();
Expand Down Expand Up @@ -3143,7 +3143,7 @@ void loop() {
mic_loop();
break;
case 26:
dpwoLoop();
dpwo_loop();
break; // SDCARD M5Stick
case 27:
usb_loop();
Expand Down

0 comments on commit 6a31dc2

Please sign in to comment.