Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bag esp32 #62

Open
SlavaZagaynov opened this issue Oct 10, 2024 · 0 comments
Open

bag esp32 #62

SlavaZagaynov opened this issue Oct 10, 2024 · 0 comments

Comments

@SlavaZagaynov
Copy link

последняя версия криво работает на esp32 (как на других не знаю)

код:
Serial.println(F("--------------------"));
Serial.println(myDFPlayer.readState()); // Выводим текст: "Состояние проигрывания файла" (512 - СТОП, 513 - ВОСПРОИЗВЕДЕНИЕ, 514 - ПАУЗА)
Serial.println(myDFPlayer.readState()); // Выводим текст: "Состояние проигрывания файла" (512 - СТОП, 513 - ВОСПРОИЗВЕДЕНИЕ, 514 - ПАУЗА)
Serial.println(myDFPlayer.readVolume()); // Выводим текст: "Значение установленной громкости"
Serial.println(myDFPlayer.readEQ()); // Выводим текст: "Тип установленного эквалайзера"
Serial.println(myDFPlayer.readFileCounts()); // Выводим текст: "Количество файлов на СД-карте"
Serial.println(myDFPlayer.readCurrentFileNumber()); // Выводим текст: "Номер проигрываемого трека"
Serial.println(myDFPlayer.readFileCountsInFolder(4));
Serial.println(F("--------------------"));

ответ:
19:58:16.896 -> --------------------
19:58:16.896 -> -1 <------- вот откуда берется эта фигня ?
19:58:16.943 -> 512
19:58:16.989 -> 512
19:58:17.036 -> 1
19:58:17.082 -> 0
19:58:17.082 -> 15
19:58:17.128 -> 0
19:58:17.128 -> --------------------


! а версия 1.0.3 работает правильно. другие версии не проверял.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant