So I have a ESP32-Trinity board that I successfully uploaded and everything looks great. I wanted to screw around and see if I can add another panel which I changed on line 111. Compiles no issue -- but when it goes to upload I get:
Sketch uses 1001021 bytes (76%) of program storage space. Maximum is 1310720 bytes.
Global variables use 74708 bytes (22%) of dynamic memory, leaving 252972 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.2.1
Serial port /dev/cu.usbserial-1450
Connecting....Traceback (most recent call last):
File "esptool.py", line 34, in <module>
File "esptool/init.py", line 1004, in _main
File "esptool/init.py", line 790, in main
File "esptool/loader.py", line 1108, in flash_set_parameters
File "esptool/loader.py", line 406, in check_command
File "esptool/loader.py", line 375, in command
File "esptool/loader.py", line 307, in read
StopIteration
[19548] Failed to execute script 'esptool' due to unhandled exception!
Chip is ESP32-D0WD (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 34:94:54:d5:0f:54
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Failed uploading: uploading error: exit status 1
I also tried the OTA and I get: Method Not Allowed
I had the trinity unpluged from the led boards and only plugged into the usb to my pc.
Obviously I'm doing something wrong -- any guidance would be appreciated. Thanks ((Fortunately it is still working!))