wzaggle,
I added the code and compiled. This is the error I received.
doorSFX2:394: error: 'playTrack' was not declared in this scope
server.on("/T00", playTrack("T0.mp3")); // Handle /T00 page
^
I tried to switch playTrack to startPlaying without any luck. (I'm just guessing as I don't have any experience with Java or HTML)
Any ideas?
Thanks
DoorSFX_v2.txt (13.6 KB)