From 4ec779027bee6a6a74bfec6a3bf260981a284b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20M=C3=A4del?= Date: Fri, 6 Feb 2015 20:22:27 +0100 Subject: [PATCH] Disabled automatic detection of larger flash sizes The autodetection is broken and causes a number of strange reliability issues, see here: http://www.esp8266.com/viewtopic.php?f=18&t=1418&p=9082#p9082 and here: http://www.esp8266.com/viewtopic.php?f=18&t=1180 and numerous other threads in the esp8266 forum. Of course this is not a fix, but it will work as a workaround to fix the crashes on short term. --- app/include/user_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/include/user_config.h b/app/include/user_config.h index 6dd40d7c..9b3e1ff5 100644 --- a/app/include/user_config.h +++ b/app/include/user_config.h @@ -9,11 +9,11 @@ #define NODE_VERSION "NodeMCU 0.9.5" #define BUILD_DATE "build 20150127" -// #define FLASH_512K +#define FLASH_512K // #define FLASH_1M // #define FLASH_2M // #define FLASH_4M -#define FLASH_AUTOSIZE +//#define FLASH_AUTOSIZE // #define DEVELOP_VERSION #define FULL_VERSION_FOR_USER