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

@@ -44,7 +44,9 @@ void ticks() {
if(divrssi) {
int rs = WiFi.RSSI();
netserver.setRSSI(rs);
netserver.requestOnChange(NRSSI, 0);
display.putRequest(DSPRSSI, rs);
}
}