We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e7976 commit 0013271Copy full SHA for 0013271
boards.txt
@@ -6,6 +6,7 @@
6
7
menu.BoardModel=Model
8
menu.ESPModule=Module
9
+menu.UploadTool=Upload Tool
10
menu.led=Builtin Led
11
menu.baud=Upload Speed
12
menu.xtal=CPU Frequency
tools/boards.txt.py
@@ -1621,6 +1621,7 @@ def all_boards ():
1621
# With Arduino IDE 1.8.7 the order of the menu items will be honored from the tools pull down list.
1622
print('menu.BoardModel=Model')
1623
print('menu.ESPModule=Module')
1624
+ print('menu.UploadTool=Upload Tool')
1625
print('menu.led=Builtin Led')
1626
print('menu.baud=Upload Speed')
1627
print('menu.xtal=CPU Frequency')
0 commit comments