From b6de5acb6aaf114e9032ea5521c429eda911b6b6 Mon Sep 17 00:00:00 2001 From: brendanvanbreda Date: Tue, 5 Feb 2019 12:44:14 +0200 Subject: [PATCH] Update XinaBox CW01 --- boards.txt | 4 ++-- doc/boards.rst | 2 +- tools/boards.txt.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boards.txt b/boards.txt index 2e7361cbed..b1acaa56e6 100644 --- a/boards.txt +++ b/boards.txt @@ -1322,8 +1322,8 @@ cw01.upload.resetmethod=nodemcu cw01.menu.CrystalFreq.26=26 MHz cw01.menu.CrystalFreq.40=40 MHz cw01.menu.CrystalFreq.40.build.extra_flags=-DF_CRYSTAL=40000000 -DESP8266 -cw01.build.flash_mode=qio -cw01.build.flash_flags=-DFLASHMODE_QIO +cw01.build.flash_mode=dio +cw01.build.flash_flags=-DFLASHMODE_DIO cw01.build.flash_freq=40 cw01.menu.eesz.4M=4M (no SPIFFS) cw01.menu.eesz.4M.build.flash_size=4M diff --git a/doc/boards.rst b/doc/boards.rst index 07e1df87e5..1fa5db171d 100644 --- a/doc/boards.rst +++ b/doc/boards.rst @@ -229,7 +229,7 @@ Product page: https://inventone.ng XinaBox CW01 ------------ -The XinaBox CW01 is an Arduino-compatible Wi-Fi development board powered by Ai-Thinker's ESP-12F, clocked at 80 MHz at 3.3V logic. It has an onboard RGB led. +The XinaBox CW01(ESP8266) is an Arduino-compatible Wi-Fi development board powered by an ESP-12F, clocked at 80 MHz at 3.3V logic. The CW01 has an onboard RGB LED and 3 xBUS connection ports. Product page: https://xinabox.cc/products/CW01 diff --git a/tools/boards.txt.py b/tools/boards.txt.py index 07ea812afd..1ff9be674a 100755 --- a/tools/boards.txt.py +++ b/tools/boards.txt.py @@ -353,11 +353,11 @@ 'macro': [ 'resetmethod_nodemcu', 'crystalfreq_menu', - 'flashmode_qio', + 'flashmode_dio', 'flashfreq_40', '4M', ], - 'desc': [ 'The XinaBox CW01 is an Arduino-compatible Wi-Fi development board powered by Ai-Thinker\'s ESP-12F, clocked at 80 MHz at 3.3V logic. It has an onboard RGB led.', + 'desc': [ 'The XinaBox CW01(ESP8266) is an Arduino-compatible Wi-Fi development board powered by an ESP-12F, clocked at 80 MHz at 3.3V logic. The CW01 has an onboard RGB LED and 3 xBUS connection ports.', '', 'Product page: https://xinabox.cc/products/CW01' ],