Dave Lamb

Results 7 comments of Dave Lamb

I think I found the problem, and a workaround. See my comment here https://github.com/tzapu/WiFiManager/issues/1142#issuecomment-1555950494 Edit: Specifically this addresses the line `[ 80075][E][AsyncTCP.cpp:1287] begin(): bind error: -8`, -8 means in use.

Ah, yeah that would be my change -- it's a symptom of variable VR types, which I just found out were possible: [SmallestImagePixelValue](https://dicom.innolitics.com/ciods/rt-dose/general-image/00880200/00280106), for example. What my change introduces is...

No problem! It's interesting work! 😄 [Here's a draft PR with the changes to the arduino core.](https://github.com/CommunityGD32Cores/ArduinoCore-GD32/pull/109) I went a little crazy after staring at the code for about 12...

Ah, found the problem. The startup .S didn't match the linker script in /variants... the section name and stack pointer name were wrong, so the isr vector table wasn't being...

Hmm, were the build failures my fault?

Incoming. 😄 This is a doozie, I know. I went ahead and added pin remapping logic for A family boards. It's not fully tested, but it builds with additional changes...

Just noticed a problem in the variant.h generator, it doesn't create all the ALT pins. Whoops.