You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with 2 module and a rasbperry pi pico this part of the code loop at the second init
if (!waitResponse(DFPLAYER_RESET_TIMEOUT, DFPLAYER_CODE_READY)) {
while (true) {
Serial.println(F("DFPlayer not responding - REBOOT"));
delay(5000);
}
}
adding a break in the while "fix" the issue
BTW : code works fine on arduino nano (2 player)
The text was updated successfully, but these errors were encountered:
with 2 module and a rasbperry pi pico this part of the code loop at the second init
adding a break in the while "fix" the issue
BTW : code works fine on arduino nano (2 player)
The text was updated successfully, but these errors were encountered: