netserver_queue

This commit is contained in:
e2002
2022-12-28 10:10:00 +03:00
parent 716f75747f
commit a043f33b3b
8 changed files with 108 additions and 81 deletions

View File

@@ -282,7 +282,7 @@ void VuWidget::_draw(){
#if !defined(USE_NEXTION) && I2S_DOUT==255
static uint8_t cc = 0;
cc++;
if(cc>1){
if(cc>0){
player.getVUlevel();
cc=0;
}