nravanelli
nravanelli
I have been noticing a potential memory leak in the continuous scan example. I have only added the following to the end of `void loop()`: ``` Serial.print("HEAP: "); Serial.println(ESP.getFreeHeap()); delay(2000);...
[X ] I have read the Troubleshooting section of the ReadMe ## What type of issues is this? [X ] Question or request for help ### What are you working...
I have been attempting to power down the modem using the commands provided, and methods presented in various issues here, but have not had success. my setup runs this function...