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 fe72928 commit e5b8916Copy full SHA for e5b8916
tools/upload.py
@@ -1,10 +1,7 @@
1
#!/usr/bin/env python3
2
3
# Wrapper for Arduino core / others that can call esptool.py possibly multiple times
4
-# Adds pyserial to sys.path automatically based on the path of the current file
5
-
6
-# First parameter is pyserial path, second is esptool path, then a series of command arguments
7
-# i.e. upload.py tools/pyserial tools/esptool write_flash file 0x0
+# Adds pyserial & esptool that are in the same directory as the script to sys.path
8
9
import os
10
import atexit
0 commit comments