From c440e804d3b97095b09a7c0a903630d8e9049fda Mon Sep 17 00:00:00 2001 From: 4D Systems Date: Fri, 6 Apr 2018 10:42:13 +1200 Subject: [PATCH] Update boards.txt.py Need to change flash mode from qio to dio, due to a change in supplier of Flash Memory. Old modules work just the same with no speed difference noticed, new modules will not work without the change to dio however. --- tools/boards.txt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/boards.txt.py b/tools/boards.txt.py index a99114cf4d..34161e9c3e 100755 --- a/tools/boards.txt.py +++ b/tools/boards.txt.py @@ -677,7 +677,7 @@ }, 'macro': [ 'resetmethod_nodemcu', - 'flashmode_qio', + 'flashmode_dio', 'flashfreq_80', '512K', ],