Regardless of the board and even with empty sketch, I cannot compile sketches with ESP8266 Boards selected.
Where is the issue/error?
I don't see any errors in that output.
--- bill
. Variables and constants in RAM (global, static), used 28008 / 80192 bytes (34%)
║ SEGMENT BYTES DESCRIPTION
╠══ DATA 1496 initialized variables
╠══ RODATA 920 constants
╚══ BSS 25592 zeroed variables
. Instruction RAM (IRAM_ATTR, ICACHE_RAM_ATTR), used 59143 / 65536 bytes (90%)
║ SEGMENT BYTES DESCRIPTION
╠══ ICACHE 32768 reserved space for flash instruction cache
╚══ IRAM 26375 code in IRAM
. Code in flash (default, ICACHE_FLASH_ATTR), used 231572 / 1048576 bytes (22%)
║ SEGMENT BYTES DESCRIPTION
╚══ IROM 231572 code in flash
I see that the code will upload, its the print is in the same color as complile errors, which makes me think there is an issue, when the code still works when uploaded.
Sorry my bad.
Please do not post screenshots of text. You can place your cursor in the output window, select all text, copy it and paste it here (in so called code tags; use the </>
button above the composer window of the forum for that).
If you had an error, there would be a button "copy error messages" at the right hand side above the output window so I doubt you have an error. I think that the green bar would also turn orange/red; it does for compilation errors but (from memory) I think it also does that for upload errors.
Sorry
It actually says. 'Done Compiling' but as far as i can tell it has not even attempted uploading. The ESP core (3.x.x) puts out quite a lot of compile information in Orange.
In case you are interested to know why they configured it this way, it is explained in the thread of this PR:
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.