We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4caf487 commit 85fb3d9Copy full SHA for 85fb3d9
boards.txt
@@ -2481,7 +2481,7 @@ d1_mini_lite.menu.UploadSpeed.512000.upload.speed=512000
2481
2482
##############################################################
2483
d1.name=WeMos D1 R1
2484
-d1.build.board=ESP8266_WEMOS_D1MINI
+d1.build.board=ESP8266_WEMOS_D1R1
2485
d1.build.variant=d1
2486
d1.upload.tool=esptool
2487
d1.upload.maximum_data_size=81920
tools/boards.txt.py
@@ -553,7 +553,7 @@
553
( 'd1', {
554
'name': 'WeMos D1 R1',
555
'opts': {
556
- '.build.board': 'ESP8266_WEMOS_D1MINI',
+ '.build.board': 'ESP8266_WEMOS_D1R1',
557
'.build.variant': 'd1',
558
},
559
'macro': [
0 commit comments