duff2013
duff2013
Did you use the Arduino Board Manager to install the esp32 core? That directory you show is usually where it is installed if you do manual install of the esp32...
I originally used that directory for the ulptool but later switched to the board manager location because that is where most people install the esp32 core. The current iteration of...
Did you change where the board manager installed it? It's usually in `C:\Users\\AppData\Local\Arduino15\packages\esp32`
Ok I'll check this out maybe they changed something in the esp32 1.0.4 platform.txt?
Can you try to increase the sdkconfig.h memory more?
Even more like 4096
it needs to be **sdkconfig.h** file
As long as you change the hard coded numbers for the other non pin wakeups to a higher number, this is something I intend to do. Probably start the non...
The clocks that I set up are for milliseconds and can't do micro's and not all the Teensy's have the same clocks to use. It might be possible but not...
I still need to implement that into the new code base. I'll being working this over the holiday break.