vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.96k stars 726 forks source link

sendUSSD change the CSCS to HEX and stay #493

Open ShafickCruz opened 3 years ago

ShafickCruz commented 3 years ago

When I'm using the "GSM" method for set the AT+CSCS and use the function String sendUSSD(const String & code) I have the inconvenience that this function changes the AT+CSCS to "HEX" and does not return to the previous format. Fix it in the next release :)