I was getting ready to transition away from Arduino. For now I am doing:
void setup(){
app_main();
}
That doesn’t attach a wakeup interrupt for the ESP32. At least it doesn’t do it when I use attachInterrupt(). This call tells the ESP32 to wake up from deep sleep when there is an interrupt and the other one doesn’t wake it up.
That led me to <esp_sleep.h> which has my sleep interrupt function included.
I’ve included both but am getting the same exact errors. And no errors on not finding the header files. Odd. I’ll quit and relaunch VSC…