Example:
AT+CIPDOMAIN="firmware-catalog-media-ca57.s3.dualstack.us-east-1.amazonaws.com"
DNS Fail
ERROR
The above DNS name should resolve as a CNAME record to s3.dualstack.us-east-1.amazonaws.com
Reducing the string to 63 characters works (-ca57 has been replaced with -ca1)
AT+CIPDOMAIN="firmware-catalog-media-ca1.s3.dualstack.us-east-1.amazonaws.com"
+CIPDOMAIN:54.231.72.106
OK
The above is also a CNAME record which points to s3.dualstack.us-east-1.amazonaws.com.
I dumped the the libat.a archive and found the at_setupCipomain function which seems to allocate only a character string of 64 bytes to be copied on the stack.
First, can someone confirm this limitation?
Second, can we get an updated firmware with a larger allocation? Or just a fix?Statistics: Posted by imsherlock — Sat Jul 08, 2017 4:19 am
]]>