Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
59:b42eae56b51b
Parent:
58:38a366236bda
Child:
64:49a67f36d9c5
--- a/src/d7a_modem.cpp	Mon Sep 12 16:36:09 2016 +0000
+++ b/src/d7a_modem.cpp	Fri Sep 23 15:00:41 2016 +0000
@@ -34,7 +34,7 @@
     
     d7a_errors_t err;
     
-    g_modem_ctx.thread = new Thread(d7a_modem_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE);
+    g_modem_ctx.thread = new Thread(d7a_modem_thread, NULL, osPriorityHigh, DEFAULT_STACK_SIZE*2);
     g_modem_ctx.booted = false;
     g_modem_ctx.nb_files = 0;
     g_modem_ctx.notif_done = nd;