comparison uptools/atcmd/smdump.c @ 406:b88a37d4f148

fcup-smdump: set AT+CSCS="IRA" at the end (don't leave HEX)
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 11 Aug 2018 19:43:44 +0000
parents ac311a48630e
children dc2fd8e6f42c
comparison
equal deleted inserted replaced
405:ed9b67e7e741 406:b88a37d4f148
191 fprintf(stderr, "error: wrong state at the end of +CMGL\n"); 191 fprintf(stderr, "error: wrong state at the end of +CMGL\n");
192 exit(ERROR_TARGET); 192 exit(ERROR_TARGET);
193 } 193 }
194 if (delete_after_flag) 194 if (delete_after_flag)
195 delete_after_process(); 195 delete_after_process();
196 /* be nice and restore IRA charset for manual AT command users */
197 atinterf_exec_cmd_needok("AT+CSCS=\"IRA\"", 0, 0);
196 exit(0); 198 exit(0);
197 } 199 }