This commit is contained in:
e2002
2024-12-21 11:58:32 +03:00
parent 9ad82acc80
commit 27e33a1bc8
16 changed files with 149 additions and 60 deletions

View File

@@ -452,6 +452,9 @@ void Display::loop() {
}
}
dsp.loop();
#if I2S_DOUT==255
player.computeVUlevel();
#endif
}
void Display::_setRSSI(int rssi) {