WebDust21

Results 20 comments of WebDust21

> Nice feature, the same is already present in AsyncWebServer. But maybe it should be better accessible as HTTPUpload struct member than HTTPServer, i.e. for GET requests it makes no...

I've come across this exact same issue with the released 2.0.2. A project that compiled and ran just fine on 1.0.6...now bootloops the ESP32 on 2.0.2. Interestingly enough, the backtrace...

I had to get the "latest" (2.0.3 ++ whatever!) Arduino-ESP32 firmware yesterday due to another bug that was fixed ~4 days ago (#6659 to be exact!), so if necessary, I...

@hreintke I'm not saying that the "new behavior" in Arduino Core 2.x.x is incorrect by any means. Just that if this new behavior is going to be the de-facto method...

My point about saying "it wasn't a coding problem" was that my code was _not_ faulting as a result of the undefined function response. The fault is a result of...

Just stumbled into these issues (not that I've experienced them personally so far)...but one observation I do have, is that any sort of boot-level access to the FLASH chip kinda...

It may be possible, though difficult. Found this thread: https://esp32.com/viewtopic.php?f=14&t=1481 which has some pretty in-depth bit-bang-level FLASH chip access, so it's definitely possible to shoehorn into the Arduino port... Interestingly,...

@TD-er Well, that was easy to get...any thoughts about submitting something like that as a PR to the Arduino-ESP32 library?? Obviously, as an ESP32-specific PR, there is no need for...

Support for Nuvoton products...a very decent start on the 8-bit 8051-1T Nuvoton MCUs on PlatformIO has already been under way (utilizing SDCC for the compiler), and that was a thrilling...

> But it worries me a bit that if no error is produced on such code, during compilation, one could deliver code that might run for quite a while until...