# HG changeset patch # User Mychaela Falconia # Date 1534016624 0 # Node ID b88a37d4f148a10d992ee654d66a6caf67c791d9 # Parent ed9b67e7e741405339d24a753b9bf9413790d18c fcup-smdump: set AT+CSCS="IRA" at the end (don't leave HEX) diff -r ed9b67e7e741 -r b88a37d4f148 uptools/atcmd/smdump.c --- a/uptools/atcmd/smdump.c Sat Aug 11 18:59:54 2018 +0000 +++ b/uptools/atcmd/smdump.c Sat Aug 11 19:43:44 2018 +0000 @@ -193,5 +193,7 @@ } if (delete_after_flag) delete_after_process(); + /* be nice and restore IRA charset for manual AT command users */ + atinterf_exec_cmd_needok("AT+CSCS=\"IRA\"", 0, 0); exit(0); }