try to put the esp32 in reset so it doesn't consume power
pinMode(SPIWIFI_RESET, OUTPUT);
digitalWrite(SPIWIFI_RESET, LOW);
try to put the esp32 in reset so it doesn't consume power
pinMode(SPIWIFI_RESET, OUTPUT);
digitalWrite(SPIWIFI_RESET, LOW);