mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Fix improper GENERIC board IDs (#7839)
A couple board types reported ESP8266_GENERIC instead of their proper types in boards.txt (and in defined generated therefrom/etc.). Give them proper board types based on their names, like other modules.
This commit is contained in:
committed by
GitHub
parent
f2d83ba43d
commit
c2393d05be
@ -337,7 +337,7 @@ boards = collections.OrderedDict([
|
||||
( 'inventone', {
|
||||
'name': 'Invent One',
|
||||
'opts': {
|
||||
'.build.board': 'ESP8266_GENERIC',
|
||||
'.build.board': 'ESP8266_INVENT_ONE',
|
||||
'.build.variant': 'inventone',
|
||||
},
|
||||
'macro': [
|
||||
@ -354,7 +354,7 @@ boards = collections.OrderedDict([
|
||||
( 'cw01', {
|
||||
'name': 'XinaBox CW01',
|
||||
'opts': {
|
||||
'.build.board': 'ESP8266_GENERIC',
|
||||
'.build.board': 'ESP8266_XINABOX_CW01',
|
||||
'.build.variant': 'xinabox',
|
||||
},
|
||||
'macro': [
|
||||
|
Reference in New Issue
Block a user