Question 1
I noticed that the bundled AT firmware that comes with the IOT_SDK changed from being made for 512kB flash in 1.0.0 to 1024kB in 1.0.1 and above. But for older devices, which, all have 512kB flash - are we supposed to compile AT firmware ourselves? (Not a hard thing to do, just asking for clarification )
Question 2
How does one go about establishing the size of their flash chip? Using esptool I can see something like:
Manufacturer: c8
Device: 4013
But of course, that doesn't include the size. Searching this board led me to identify my flash as:
GigaDevice: 4Mbits/512Kbyte GD25Q40
Is there an easier way to do this?