This commit is contained in:
e2002
2022-04-05 12:18:25 +03:00
parent 864d8f9dcd
commit 40f194ab26
40 changed files with 530 additions and 367 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, volRequest;
bool importRequest;
public:
NetServer() {};
bool begin();