diff options
author | Daniel Campora <daniel@wipy.io> | 2015-04-10 21:02:07 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-04-11 13:35:05 +0200 |
commit | 6e25d955f489ee3446c5af10ea28b1f9038a733b (patch) | |
tree | 4eb6d4b2ee4af0646ee0a2aeebbabfbcce596bbe /cc3200/serverstask.h | |
parent | d35ac956d1710cb688c4ee4d56e19a3ec1c34bbc (diff) | |
download | micropython-6e25d955f489ee3446c5af10ea28b1f9038a733b.tar.gz micropython-6e25d955f489ee3446c5af10ea28b1f9038a733b.zip |
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.
Diffstat (limited to 'cc3200/serverstask.h')
-rw-r--r-- | cc3200/serverstask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/serverstask.h b/cc3200/serverstask.h index 7f0c9d6cec..ae44ac4376 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 |