1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

boards: Wemos D1 R1 needs a separate defined identifier (#4304)

This commit is contained in:
david gauchard 2018-02-07 15:36:26 +01:00 committed by GitHub
parent 4caf4878c7
commit 85fb3d9b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2481,7 +2481,7 @@ d1_mini_lite.menu.UploadSpeed.512000.upload.speed=512000
##############################################################
d1.name=WeMos D1 R1
d1.build.board=ESP8266_WEMOS_D1MINI
d1.build.board=ESP8266_WEMOS_D1R1
d1.build.variant=d1
d1.upload.tool=esptool
d1.upload.maximum_data_size=81920

View File

@ -553,7 +553,7 @@ boards = collections.OrderedDict([
( 'd1', {
'name': 'WeMos D1 R1',
'opts': {
'.build.board': 'ESP8266_WEMOS_D1MINI',
'.build.board': 'ESP8266_WEMOS_D1R1',
'.build.variant': 'd1',
},
'macro': [