nimaltd / gsm_v5

gsm module library for STM32 LL
GNU General Public License v3.0
232 stars 86 forks source link

issue on set text mode parameter #19

Open ghorbanpirizad opened 3 years ago

ghorbanpirizad commented 3 years ago

in gsm.c line 272 must be change from
snprintf(strParam,sizeof(strParam),"AT+CSMP=%d,%d,%d,%d\r\nOK\r\n",fo,vp,pid,dcs); to snprintf(strParam,sizeof(strParam),"AT+CSMP=%d,%d,%d,%d\r\r\nOK\r\n",fo,vp,pid,dcs);

nimaltd commented 3 years ago

thanks

nimaltd commented 3 years ago

please use http://github.com/nimaltd/gsm