Raven Lamond

Results 8 comments of Raven Lamond

From my testing today, I've found that if the channel the esp is currently listening on happens to match whichever channel my phone was connected to AP on, the chance...

> > I don't know for sure, but it crashes Wi-Fi event handler hardly afterwards. I cannot receive any events after DPP had failed. I assume that might have to...

@jasta I've also just noticed that since i'm not testing on the master branch and am instead on, in the master branch it seems to be called `ESP_WIFI_MBO_SUPPORT` in Kconfig,...

> @gayafhannah, MBO support with v4.4.4 at least didn't seem to affect the results, though I still think you're onto something with your analysis. My network set-up is that my...

Have thrown together a pull request #10812 that should work for the latest version of espidf with the changes i made to get fully functional dpp I should note though...

> Looks good, you might want to also include my fix to esp_supp_dsp_start_listen which resets the s_dpp_stop_listening flag. This is what enables retries to work as was intended by the...

> I can't really say for sure, I'd probably need to dive deep into how this stuff is even supposed to function at the standard level before I could speculate...

Uninstalling tokenizers and installing transformers again seems to solve the issue ``` pip uninstall tokenizers pip install transformers -U ```