Skip to content

Commit fa23b3c

Browse files
authored
Fix issue #26
1 parent 6d0fe02 commit fa23b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DFPlayerMini_Fast.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ int16_t DFPlayerMini_Fast::query(uint8_t cmd, uint8_t msb, uint8_t lsb)
944944
flush();
945945

946946
sendStack.commandValue = cmd;
947-
sendStack.feedbackValue = dfplayer::FEEDBACK;
947+
sendStack.feedbackValue = dfplayer::NO_FEEDBACK;
948948
sendStack.paramMSB = msb;
949949
sendStack.paramLSB = lsb;
950950

0 commit comments

Comments
 (0)