This commit is contained in:
e2002
2022-03-30 10:23:16 +03:00
parent 110e25cb90
commit 22ba88d672
33 changed files with 1763 additions and 101 deletions

View File

@@ -10,7 +10,7 @@ enum requestType_e { PLAYLIST, STATION, ITEM, TITLE, VOLUME, NRSSI, BITRATE, MOD
class NetServer {
public:
uint8_t playlistrequest; // ClientId want the playlist
bool importRequest;
bool importRequest, volRequest;
public:
NetServer() {};
bool begin();