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
def getRealFilesCount(self):
c = 0
if self.getState() > 0:
return None
vol_bkup = self._vol
self.volume(0)
sleep_ms(100)
a = self.getFilesCount()
sleep_ms(100)
while True:
b = c * 256 + a + 1
self.play(b)
sleep_ms(900)
d = self.getCurrentTrack()
sleep_ms(100)
#print('loop', a, b, c, d)
if d == a:
self.stop()
sleep_ms(100)
self.volume(vol_bkup)
return c * 256 + a
c += 1
self.volume(vol_bkup)
greetings from germany
The text was updated successfully, but these errors were encountered:
Hi @drrokko and thanks for your feedback, your chip is KT403A-MP3 ?
I didn't see this bug, in fact it doesn't work anymore after 255 files is it right?
I'm not really into it at the moment but it must be possible to make a simple patch to correctly calculate the right number without all this code no?
Please tell me more.
seems this is an hardware issue.
i coded this to cheat this issue:
greetings from germany
The text was updated successfully, but these errors were encountered: