legolas136

Results 8 comments of legolas136

I have also problems after changing wifi credetials. the first change (from home wifi to mobile hotspot worked as it should. when trying to revert to home wifi, using esp32...

Workaround used: use the hotspot of the esp32 and get into recovery mode (so the system wont restart over and over) AND I think this makes the difference, that the...

even if the changed band values are shown in the logs, there is no audible difference. only when changing the loudnes value the band values get adopted as they should....

> @legolas136 I have a fix for this in PR #439. If you'd like a firmware image to test to see if this resolves your issue, please let me know....

I flashed the fw, but didn't get i2s DAC working. Should be a pin mapping problem. I configured the pins through nvs editor, but didn't manage to get it running....

i wired the dac as following: model=I2S,bck=32,ws=25,do=33 The (as far as i can tell) hardcoded pins in the muse fw is: ![image](https://github.com/user-attachments/assets/e778e8a0-e797-479e-b330-660ad15a833a) i have no chance to change the wiring...

> @legolas136 Here is a build for the default I2S-4MFlash target. I don't have a device to test this build, so fingers crossed that it works... https://github.com/digidocs/squeezelite-esp32/releases/tag/noise-burst-and-eq-update-rc1-I2S-4MFlash Thank you! I...