Closed thirtytwobits closed 6 months ago
@thirtytwobits Thank you for reporting this issue. We create a PR #168 to address this issue. Once it is merged, we will update in this thread again.
The PR #168 is merged. Thank you for reporting this issue.
Thanks so much!
In
cellular_types.h
theCellularPdnConfig
structure has threeconst char
fields making it impossible to use this structure without violating constness.apnName
,username
, andpassword
all need to be changed tochar
.