We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91dd320 commit f1d9ef2Copy full SHA for f1d9ef2
tools/del_usb_source.py
@@ -6,7 +6,7 @@
6
7
8
def main(dir_out):
9
- s2_sdkconfig_path = os.path.join(dir_out, "arduino-esp32", "tools", "esp32-arduino-libs", "esp32s2", "bin", "sdkconfig")
+ s2_sdkconfig_path = os.path.join(dir_out, "arduino-esp32", "tools", "esp32-arduino-libs", "esp32s2", "sdkconfig")
10
if os.path.exists(s2_sdkconfig_path) == False:
11
print("*** sdkconfig file for esp32s2 not found, no changes done ***")
12
return
0 commit comments