goatzillax

Results 18 comments of goatzillax

What wording do I need to use to communicate that I have attempted every check possible to make sure they are on the correct channel even in STA mode? My...

Let me try saying the same thing in a different way. The TX is set to channel 5 with the unicast address of the receiver. Here is the output of...

Yes. I just modified my code to have it run WiFi.disconnect() upon button press. When it first boots up, it has both AP and STA configured and connected. No messages...

Looking over the tests/examples: 1. The tests/examples only strictly test a. Channel 1, which is the default anyways so that doesn't make a lot of sense b. Slave operating as...

Yes, I found multiple issues on the ESP-IDF repository like this one: https://github.com/espressif/esp-idf/issues/10341 Which has been open for nearly a year. There was another one but I can't seem to...

Curiosity got the better of me and I hacked up a test of this feature. I didn't handle the comp_file thing and I wasn't sure about some of the frame...

When looking at the feature I kinda realized it gets a little more complicated, particularly with the awkward combination of options available. i.e. bounding box doesn't make sense with ffmpeg...

I felt kind of bad smearing all those conditionals all over the code but figured a full changeover would be pretty structural. So I'm all for the Timestamp. Framenum doesn't...

That would also work. Where is the proper place to pull that IP to set it though? Currently it's kind of hard coded in a couple places (which is why...

That by definition means it's hardcoded to 10.64.1.1 in two places that I know of: S42wifiap and dnsd-ap.conf I can't use hostname -i to pull it when updating dnsd-ap.conf because...