mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
change "WeMos" to new brand name "LOLIN" (#4984)
* change "WeMos" to new brand name "LOLIN"
This commit is contained in:
committed by
Develo
parent
75a6a3f073
commit
b1f0435fb3
@ -526,7 +526,7 @@ boards = collections.OrderedDict([
|
||||
'desc': [ '*TODO*' ],
|
||||
}),
|
||||
( 'd1_mini', {
|
||||
'name': 'WeMos D1 R2 & mini',
|
||||
'name': 'LOLIN(WEMOS) D1 R2 & mini',
|
||||
'opts': {
|
||||
'.build.board': 'ESP8266_WEMOS_D1MINI',
|
||||
'.build.variant': 'd1_mini',
|
||||
@ -541,7 +541,7 @@ boards = collections.OrderedDict([
|
||||
'desc': [ 'Product page: https://www.wemos.cc/' ],
|
||||
}),
|
||||
( 'd1_mini_pro', {
|
||||
'name': 'WeMos D1 mini Pro',
|
||||
'name': 'LOLIN(WEMOS) D1 mini Pro',
|
||||
'opts': {
|
||||
'.build.board': 'ESP8266_WEMOS_D1MINIPRO',
|
||||
'.build.variant': 'd1_mini',
|
||||
@ -556,7 +556,7 @@ boards = collections.OrderedDict([
|
||||
'desc': [ 'Product page: https://www.wemos.cc/' ],
|
||||
}),
|
||||
( 'd1_mini_lite', {
|
||||
'name': 'WeMos D1 mini Lite',
|
||||
'name': 'LOLIN(WEMOS) D1 mini Lite',
|
||||
'opts': {
|
||||
'.build.board': 'ESP8266_WEMOS_D1MINILITE',
|
||||
'.build.variant': 'd1_mini',
|
||||
|
Reference in New Issue
Block a user