lordryck
lordryck
Yes, I deleted both directory trees then installed the newest ones from here. I noticed you were using the TWAI drivers now. I also deleted the board from the IDE...
Have you tried the latest Arduino UI? 2.1.1? I only ask because that's what appears to have broken my systems and I just tried using an SKPang ESP32 board and...
I just love it when I have totally weird problems. The Fusion32 boards use 4 & 5. The SKPang board I have uses 25 and 26. Both were working perfectly...
The above was caused by me trying to print Wifi.localIP() which, it turns out, isn't a string. I changed it to Wifi.localIP().toString() and that crash went away. Today I fixed...