1
0
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:
Silvano Cerza 2021-06-21 11:12:05 +02:00 committed by GitHub
parent 45e7976c50
commit 78e63280ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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')