Qrome / marquee-scroller

Marquee Scroller Clock News Weather and More
https://www.thingiverse.com/thing:2867294
MIT License
324 stars 159 forks source link

Error #276

Closed MintsGit closed 12 months ago

MintsGit commented 12 months ago

Not sure how to fix any of this

Arduino: 1.8.5 (Windows 10), Board: "LOLIN(WEMOS) D1 R2 & mini, 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 4MB (FS:1MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"

Archiving built core (caching) in: C:\Users\Connor\AppData\Local\Temp\arduino_cache_734591\core\core_esp8266_esp8266_d1_mini_xtal_80,vt_flash,exception_disabled,stacksmash_disabled,ssl_all,mmu_3232,non32xfer_fast,eesz_4M1M,ip_lm2f,dbg_Disabled,lvl_None____,wipe_none,baud_921600_9aaeee17de2ff059979ea767a4382a12.a Executable segment sizes:

ICACHE : 32768 - flash instruction cache

IROM : 455476 - code in flash (default or ICACHE_FLASH_ATTR)

IRAM : 28756 / 32768 - code in IRAM (IRAM_ATTR, ISRs...)

DATA : 1652 ) - initialized variables (global, static) in RAM/HEAP

RODATA : 12132 ) / 81920 - constants (global, static) in RAM/HEAP

BSS : 29976 ) - zeroed variables (global, static) in RAM/HEAP

Sketch uses 498016 bytes (47%) of program storage space. Maximum is 1044464 bytes. Global variables use 43760 bytes (53%) of dynamic memory, leaving 38160 bytes for local variables. Maximum is 81920 bytes. esptool.py v3.0 Serial port 192.168.0.37 Traceback (most recent call last): File "C:\Users\Connor\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2/tools/upload.py", line 66, in esptool.main(cmdline) File "C:/Users/Connor/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/esptool\esptool.py", line 3551, in main esp = chip_class(each_port, initial_baud, args.trace) File "C:/Users/Connor/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/esptool\esptool.py", line 271, in init self._port = serial.serial_for_url(port) File "C:/Users/Connor/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/pyserial\serial__init__.py", line 90, in serial_for_url instance.open() File "C:/Users/Connor/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/pyserial\serial\serialwin32.py", line 64, in open raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError())) serial.serialutil.SerialException: could not open port '192.168.0.37': FileNotFoundError(2, 'The system cannot find the file specified.', None, 2) serial.serialutil.SerialException: could not open port '192.168.0.37': 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.