Skip to content

Commit f1d9ef2

Browse files
authored
Update del_usb_source.py
1 parent 91dd320 commit f1d9ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/del_usb_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def main(dir_out):
9-
s2_sdkconfig_path = os.path.join(dir_out, "arduino-esp32", "tools", "esp32-arduino-libs", "esp32s2", "bin", "sdkconfig")
9+
s2_sdkconfig_path = os.path.join(dir_out, "arduino-esp32", "tools", "esp32-arduino-libs", "esp32s2", "sdkconfig")
1010
if os.path.exists(s2_sdkconfig_path) == False:
1111
print("*** sdkconfig file for esp32s2 not found, no changes done ***")
1212
return

0 commit comments

Comments
 (0)