Skip to content

Commit 788d6c9

Browse files
authored
Update and rename platformio-build.py to pioarduino-build.py
1 parent 136190d commit 788d6c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/platformio-build.py renamed to tools/pioarduino-build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
http://arduino.cc/en/Reference/HomePage
2323
"""
2424

25-
# Extends: https://github.com/platformio/platform-espressif32/blob/develop/builder/main.py
25+
# Extends: https://github.com/tasmota/platform-espressif32/blob/develop/builder/main.py
2626

2727
from os.path import abspath, basename, isdir, isfile, join
2828
from copy import deepcopy
@@ -160,7 +160,7 @@ def add_tinyuf2_extra_image():
160160
join(
161161
FRAMEWORK_LIBS_DIR,
162162
build_mcu,
163-
"platformio-build.py",
163+
"pioarduino-build.py",
164164
)
165165
)
166166

0 commit comments

Comments
 (0)