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
I modified the playTrack function as follows and "Query Response: None" was printed in the console.
def playTrack(self, folder, file):
self.sendcmd(0x0F, folder, file)
sleep_ms(100) # Add a small delay to allow the DFPlayer time to process the play command
query_response = self.sendcmd(0x3A, 0x00, 0x00)
print("Query Response:", query_response)
The text was updated successfully, but these errors were encountered:
I modified the playTrack function as follows and "Query Response: None" was printed in the console.
def playTrack(self, folder, file):
self.sendcmd(0x0F, folder, file)
sleep_ms(100) # Add a small delay to allow the DFPlayer time to process the play command
query_response = self.sendcmd(0x3A, 0x00, 0x00)
print("Query Response:", query_response)
The text was updated successfully, but these errors were encountered: