Skip to content

Commit 0013271

Browse files
committed
Add missing menu.UploadTool name definition
1 parent 45e7976 commit 0013271

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: boards.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
menu.BoardModel=Model
88
menu.ESPModule=Module
9+
menu.UploadTool=Upload Tool
910
menu.led=Builtin Led
1011
menu.baud=Upload Speed
1112
menu.xtal=CPU Frequency

Diff for: tools/boards.txt.py

+1
Original file line numberDiff line numberDiff line change
@@ -1621,6 +1621,7 @@ def all_boards ():
16211621
# With Arduino IDE 1.8.7 the order of the menu items will be honored from the tools pull down list.
16221622
print('menu.BoardModel=Model')
16231623
print('menu.ESPModule=Module')
1624+
print('menu.UploadTool=Upload Tool')
16241625
print('menu.led=Builtin Led')
16251626
print('menu.baud=Upload Speed')
16261627
print('menu.xtal=CPU Frequency')

0 commit comments

Comments
 (0)