From 6e25d955f489ee3446c5af10ea28b1f9038a733b Mon Sep 17 00:00:00 2001 From: Daniel Campora Date: Fri, 10 Apr 2015 21:02:07 +0200 Subject: cc3200: Enable long filename support in FatFS. This has implications all over the place. I have to admit that you can instantly see that usability improves, but it costs 3K. At the same time I took the oportunity to rename the '/SFLASH' drive to '/flash' which improves compatibility with the pyboard. --- cc3200/serverstask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc3200/serverstask.h') diff --git a/cc3200/serverstask.h b/cc3200/serverstask.h index 7f0c9d6ce..ae44ac437 100644 --- a/cc3200/serverstask.h +++ b/cc3200/serverstask.h @@ -31,7 +31,7 @@ DEFINE CONSTANTS ******************************************************************************/ #define SERVERS_PRIORITY 2 -#define SERVERS_STACK_SIZE 944 +#define SERVERS_STACK_SIZE 1072 #define SERVERS_SSID_LEN_MAX 16 #define SERVERS_KEY_LEN_MAX 16 -- cgit v1.2.3