Here is a screen shot of my IDE settings. i posted the image at the link below.
https://ibb.co/r2NQR1s
Here is what i get when uploading to the arduino. It gets to the end of the code and seems to stall and not do anything.
Executable segment sizes:
IROM : 415232 - code in flash (default or ICACHE_FLASH_ATTR)
IRAM : 27776 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...)
DATA : 1424 ) - initialized variables (global, static) in RAM/HEAP
RODATA : 3448 ) / 81920 - constants (global, static) in RAM/HEAP
BSS : 27768 ) - zeroed variables (global, static) in RAM/HEAP
Sketch uses 447880 bytes (42%) of program storage space. Maximum is 1044464 bytes.
Global variables use 32640 bytes (39%) of dynamic memory, leaving 49280 bytes for local variables. Maximum is 81920 bytes.
esptool.py v2.8
Serial port COM3
Connecting....
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: 84:f3:eb:de:0e:06
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Auto-detected Flash size: 4MB
Compressed 452032 bytes to 282763...
Writing at 0x00000000... (5 %)
Writing at 0x00004000... (11 %)
Writing at 0x00008000... (16 %)
Writing at 0x0000c000... (22 %)
Writing at 0x00010000... (27 %)
Writing at 0x00014000... (33 %)
Writing at 0x00018000... (38 %)
Writing at 0x0001c000... (44 %)
Writing at 0x00020000... (50 %)
Writing at 0x00024000... (55 %)
Writing at 0x00028000... (61 %)
Writing at 0x0002c000... (66 %)
Writing at 0x00030000... (72 %)
Writing at 0x00034000... (77 %)
Writing at 0x00038000... (83 %)
Writing at 0x0003c000... (88 %)
Writing at 0x00040000... (94 %)
Writing at 0x00044000... (100 %)
Wrote 452032 bytes (282763 compressed) at 0x00000000 in 6.9 seconds (effective 522.3 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin..
The screen will flash like it loading something for a split second but then stay all white.
Any help is much apperciated.