1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

boards: wemos d1 clones: new entry with menus for flash mode and flash freq (#7989)

This commit is contained in:
david gauchard
2021-05-15 20:04:09 +02:00
committed by GitHub
parent 1a455ffd8d
commit bdd341c9ea
4 changed files with 262 additions and 0 deletions

View File

@ -603,6 +603,25 @@ boards = collections.OrderedDict([
'serial': '921',
'desc': [ 'Product page: https://www.wemos.cc/' ],
}),
( 'd1_mini_clone', {
'name': 'LOLIN(WEMOS) D1 mini (clone)',
'opts': {
'.build.board': 'ESP8266_WEMOS_D1MINI',
'.build.variant': 'd1_mini',
},
'macro': [
'resetmethod_nodemcu',
'flashmode_menu',
'flashfreq_menu',
'4M',
],
'serial': '921',
'desc': [ 'Clone variant of the LOLIN(WEMOS) D1 mini board,',
'with enabled flash-mode menu, DOUT selected by default.',
'',
'Product page of the preferred official board: https://www.wemos.cc/',
],
}),
( 'd1_mini_pro', {
'name': 'LOLIN(WEMOS) D1 mini Pro',
'opts': {