1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +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
2 changed files with 2 additions and 0 deletions

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