changeset 426:13f0fc38cefd

fcup-atinterf: 2x 30 ms appears to be sufficient to wake up from deep sleep
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 28 Oct 2018 20:30:13 +0000
parents 7eddc2578fdb
children 19cabe7c8e08
files uptools/atinterf/fcup-atinterf.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/uptools/atinterf/fcup-atinterf.c	Sun Oct 28 20:03:06 2018 +0000
+++ b/uptools/atinterf/fcup-atinterf.c	Sun Oct 28 20:30:13 2018 +0000
@@ -125,9 +125,9 @@
 wakeup_at()
 {
 	single_char_to_target('A');
-	usleep(50000);
+	usleep(30000);
 	single_char_to_target('T');
-	usleep(50000);
+	usleep(30000);
 	single_char_to_target('\r');
 	collect_target_response();
 	if (response[0] && strcmp(response, "AT")) {