ivmarkov
ivmarkov
We will see the same stacktrace. The thing is, it is not failing in our code. This seems to be a separate thread of ESP-IDF, on which the Wifi device...
You can also try flashing some of the ESP-IDF C wifi examples. If they work fine, chances are we are somehow doing something wrong.
Can you try to flash the same example, but from ESP-IDF release/4.3? You have flashed master essentially (release/4.4dev), which possibly has a newer Wifi firmware version.
(If that's not clear, the wifi firmware is newer in the version you are flashing) If the C example still works with release/4.3, I'll provide a way to use the...
I don't think step 3 is possible. Mixed mode (AP + STA) does require that both AP and STA are running on the same Wifi channel, because the esp32 has...
@AnthonyGrondin Sorry for the huge delay here, but as you've probably noticed, I was overly busy with finishing the `next` branch and merging it into `master`. Now that this is...
@AnthonyGrondin The PR is unmergeable due to conflicts. Can you resolve these?
> @AnthonyGrondin The PR is unmergeable due to conflicts. Can you resolve these? ^^^ Disregard.
> Could you please help me understand what the state of affairs is with the NVS storage part, @ivmarkov ? Looking to contribute. > > 1. Why does the `RawStorage`...
In a week, max two. Need to remove/move elsewhere a bit more util stuff from embedded-svc and then it should be ready.