changeset 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 ed9b67e7e741
children 19e5a3e2f9c0
files uptools/atcmd/smdump.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }