Skip to content

Commit c68fa39

Browse files
brendanvanbredad-a-v
authored andcommitted
XinaBox CW01: DIO flash mode (#5720)
1 parent c218d94 commit c68fa39

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: boards.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1322,8 +1322,8 @@ cw01.upload.resetmethod=nodemcu
13221322
cw01.menu.CrystalFreq.26=26 MHz
13231323
cw01.menu.CrystalFreq.40=40 MHz
13241324
cw01.menu.CrystalFreq.40.build.extra_flags=-DF_CRYSTAL=40000000 -DESP8266
1325-
cw01.build.flash_mode=qio
1326-
cw01.build.flash_flags=-DFLASHMODE_QIO
1325+
cw01.build.flash_mode=dio
1326+
cw01.build.flash_flags=-DFLASHMODE_DIO
13271327
cw01.build.flash_freq=40
13281328
cw01.menu.eesz.4M=4M (no SPIFFS)
13291329
cw01.menu.eesz.4M.build.flash_size=4M

Diff for: doc/boards.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Product page: https://inventone.ng
229229
XinaBox CW01
230230
------------
231231

232-
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.
232+
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.
233233

234234
Product page: https://xinabox.cc/products/CW01
235235

Diff for: tools/boards.txt.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,11 @@
353353
'macro': [
354354
'resetmethod_nodemcu',
355355
'crystalfreq_menu',
356-
'flashmode_qio',
356+
'flashmode_dio',
357357
'flashfreq_40',
358358
'4M',
359359
],
360-
'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.',
360+
'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.',
361361
'',
362362
'Product page: https://xinabox.cc/products/CW01'
363363
],

0 commit comments

Comments
 (0)