mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
Add missing menu.UploadTool name definition (#8153)
This commit is contained in:
parent
45e7976c50
commit
78e63280ba
@ -6,6 +6,7 @@
|
||||
|
||||
menu.BoardModel=Model
|
||||
menu.ESPModule=Module
|
||||
menu.UploadTool=Upload Tool
|
||||
menu.led=Builtin Led
|
||||
menu.baud=Upload Speed
|
||||
menu.xtal=CPU Frequency
|
||||
|
@ -1621,6 +1621,7 @@ def all_boards ():
|
||||
# With Arduino IDE 1.8.7 the order of the menu items will be honored from the tools pull down list.
|
||||
print('menu.BoardModel=Model')
|
||||
print('menu.ESPModule=Module')
|
||||
print('menu.UploadTool=Upload Tool')
|
||||
print('menu.led=Builtin Led')
|
||||
print('menu.baud=Upload Speed')
|
||||
print('menu.xtal=CPU Frequency')
|
||||
|
Loading…
x
Reference in New Issue
Block a user