We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313b3c0 commit c681587Copy full SHA for c681587
tools/boards.txt.py
@@ -621,6 +621,21 @@
621
'serial': '921',
622
'desc': [ 'Product page: https://www.wemos.cc/' ],
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
+ }),
639
( 'd1_mini_clone', {
640
'name': 'LOLIN(WEMOS) D1 mini (clone)',
641
'opts': {
0 commit comments