You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cellular_types.h the CellularPdnConfig structure has three const char fields making it impossible to use this structure without violating constness.
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
.The text was updated successfully, but these errors were encountered: