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:
@ -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': {
|
||||
|
Reference in New Issue
Block a user