v0.4.292 - ir support

This commit is contained in:
e2002
2022-02-27 17:51:49 +03:00
parent 5aeec09366
commit 36e2f096de
15 changed files with 299 additions and 77 deletions

View File

@@ -53,6 +53,7 @@ bool NetServer::begin() {
packet.println(WiFi.localIP());
});
}
return true;
}
void NetServer::loop() {
@@ -122,6 +123,7 @@ bool NetServer::savePlaylist(const char* post) {
file.print(post);
file.close();
netserver.requestOnChange(PLAYLISTSAVED, 0);
return true;
}
}