Scott Mabin

Results 335 comments of Scott Mabin

Sorry, I haven't forgotten about this! I will try to review this early next week.

I read through some esp-idf issues, some mentioned that it's possible a task migrated core when it shouldn't have. Does this still happen with `CONFIG_FREERTOS_UNICORE=y` inside sdkconfig?

If this was on an S3 it could be related to this: https://github.com/espressif/esp-idf/issues/9120.

@otakuto, Did you mean to close this?

> In current known implementations of the Headers trait, does it simply return a comma-separated string to indicate multiple values for the given header? Or are multiple values by the...

You need to make sure the custom `clang` is installed **and** added to your path. Output from `clang --print-targets` should be as follows. ```bash $ clang --print-targets Registered Targets: x86...

> Saved PC:0x40049a42 [chip726_phyrom_version_num:??:??] This means it's hanging inside the ROM bootloader, the second stage bootloader (part of what is flashed to the board) isn't even running yet. The fact...

Hey sorry this dropped off my radar, could you try again with the 1.6 release of espflash? Hopefully that fixes these strange issues!

Yeah, I hate that part, it's super annoying. For context, this "check" is here to make sure a given interrupt actually exists. Hopefully we can find a better way to...

Hmm, I don't think this fix is the right way to go about this. The 802.11 spec says the SSID can either be valid UTF-8 _or_ unspecified data. Therefore I...