mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
boards.txt.py: normalize script name in generated output
This commit is contained in:
parent
a358bce0d9
commit
a020e8941a
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# this file is script-generated and is likely to be overwritten by tools/boards.txt.py
|
# this file is script-generated and is likely to be overwritten by boards.txt.py
|
||||||
#
|
#
|
||||||
|
|
||||||
menu.BoardModel=Model
|
menu.BoardModel=Model
|
||||||
|
@ -1102,7 +1102,7 @@ def all_boards ():
|
|||||||
macros.update(led(led_default, led_max))
|
macros.update(led(led_default, led_max))
|
||||||
|
|
||||||
print '#'
|
print '#'
|
||||||
print '# this file is script-generated and is likely to be overwritten by ' + sys.argv[0]
|
print '# this file is script-generated and is likely to be overwritten by ' + os.path.basename(sys.argv[0])
|
||||||
print '#'
|
print '#'
|
||||||
print ''
|
print ''
|
||||||
print 'menu.BoardModel=Model'
|
print 'menu.BoardModel=Model'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user