# HG changeset patch # User Mychaela Falconia # Date 1540758613 0 # Node ID 13f0fc38cefdbdf71d95f355f38005e732f303d8 # Parent 7eddc2578fdb7879dc4848b60a80c771e15b4363 fcup-atinterf: 2x 30 ms appears to be sufficient to wake up from deep sleep diff -r 7eddc2578fdb -r 13f0fc38cefd uptools/atinterf/fcup-atinterf.c --- 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")) {