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

@@ -50,7 +50,7 @@ const WidgetConfig bootWdtConf PROGMEM = { 0, 162, 1, WA_CENTER };
const ProgressConfig bootPrgConf PROGMEM = { 90, 14, 4 };
/* BANDS */ /* { onebandwidth, onebandheight, bandsHspace, bandsVspace, numofbands, fadespeed } */
const VUBandsConfig bandsConf PROGMEM = { 24, 100, 4, 2, 10, 5 };
const VUBandsConfig bandsConf PROGMEM = { 24, 100, 4, 2, 10, 4 };
/* STRINGS */
const char numtxtFmt[] PROGMEM = "%d";

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;
}