Rich968

Results 2 comments of Rich968

mGenerator ->stop() closes the wav file. You need to re-open the file before playing it again. ie mMyTestSound->open("/test.wav"); mGenerator->begin(mMyTestSound, mOutput);

@VojtechBartoska I have updated esp32 board libraries and get: lwip/napt.h no such file or directory after including it in a project. Has the arduino esp32 lib builder been updated? (If...