File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 621
621
'serial' : '921' ,
622
622
'desc' : [ 'Product page: https://www.wemos.cc/' ],
623
623
}),
624
+ ( 'd1_wroom_02' , {
625
+ 'name' : 'LOLIN(WEMOS) D1 ESP-WROOM-02' ,
626
+ 'opts' : {
627
+ '.build.board' : 'ESP8266_WEMOS_D1WROOM02' ,
628
+ '.build.variant' : 'd1_mini' ,
629
+ },
630
+ 'macro' : [
631
+ 'resetmethod_nodemcu' ,
632
+ 'flashmode_dio' ,
633
+ 'flashfreq_26' ,
634
+ '2M' ,
635
+ ],
636
+ 'serial' : '921' ,
637
+ 'desc' : [ 'No real product pages. See: https://www.instructables.com/How-to-Use-Wemos-ESP-Wroom-02-D1-Mini-WiFi-Module-/ or https://www.arduino-tech.com/wemos-esp-wroom-02-mainboard-d1-mini-wifi-module-esp826618650-battery/ ' ],
638
+ }),
624
639
( 'd1_mini_clone' , {
625
640
'name' : 'LOLIN(WEMOS) D1 mini (clone)' ,
626
641
'opts' : {
1085
1100
( '.menu.FlashFreq.26.build.flash_freq' , '26' ),
1086
1101
]),
1087
1102
1103
+ 'flashfreq_26' : collections .OrderedDict ([
1104
+ ( '.build.flash_freq' , '26' ),
1105
+ ]),
1106
+
1088
1107
'flashfreq_40' : collections .OrderedDict ([
1089
1108
( '.build.flash_freq' , '40' ),
1090
1109
]),
You can’t perform that action at this time.
0 commit comments