Issues with firmware 0.7.0

I’m leveraging softAP mode for transacting all of our P1 device setup and provisional data exchange. It’s a simple operation where our Android app pings specific URL’s on the P1 endpoint and the P1 constructs and replies with data for that specific URL request. Some of these replies are close to 6KB.

System.freeMemory() is the go/no-go determinant factor for the size of the result->write() response. I can reliably get my large 5K+ replies when .freeMemory() > 29K, and it appears to fail linearly from there based on the free.Memory() vs. result->write() response size.

I’m going to attempt a downgrade of system firmware to 0.6.3. and see if that makes a difference