Attached is the error message which occurs during to upload the sketch.
- Code: Select all | TOGGLE FULL SIZE
Arduino: 1.8.9 (Windows 8.1), Board: "Adafruit Feather HUZZAH ESP8266, 80 MHz, Flash, Disabled (new can abort), All SSL ciphers (most compatible), 4MB (FS:none OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 115200"
Build options changed, rebuilding all
fatal: not a git repository (or any of the parent directories): .git
Executable segment sizes:
IROM : 362560 - code in flash (default or ICACHE_FLASH_ATTR)
IRAM : 27140 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...)
DATA : 1252 ) - initialized variables (global, static) in RAM/HEAP
RODATA : 2732 ) / 81920 - constants (global, static) in RAM/HEAP
BSS : 25368 ) - zeroed variables (global, static) in RAM/HEAP
Sketch uses 393684 bytes (37%) of program storage space. Maximum is 1044464 bytes.
Global variables use 29352 bytes (35%) of dynamic memory, leaving 52568 bytes for local variables. Maximum is 81920 bytes.
esptool.py v2.7
Serial port COM20
Traceback (most recent call last):
File "C:\Users\john_000\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.0/tools/upload.py", line 25, in <module>
esptool.main(fakeargs)
File "C:/Users/john_000/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.6.0/tools/esptool\esptool.py", line 2840, in main
esp = chip_class(each_port, initial_baud, args.trace)
File "C:/Users/john_000/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.6.0/tools/esptool\esptool.py", line 237, in __init__
self._port = serial.serial_for_url(port)
File "C:/Users/john_000/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.6.0/tools/pyserial\serial\__init__.py", line 88, in serial_for_url
instance.open()
File "C:/Users/john_000/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.6.0/tools/pyserial\serial\serialwin32.py", line 62, in open
raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError()))
serial.serialutil.SerialException: could not open port 'COM20': FileNotFoundError(2, 'The system cannot find the file specified.', None, 2)
serial.serialutil.SerialException: could not open port 'COM20': FileNotFoundError(2, 'The system cannot find the file specified.', None, 2)
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Please let me know what needs to be done to allow this sketch to compile correctly.
Thank you for your help!
John Chintall