Moderator: igrr
If I recall, the only difference is the PCB antenna design.
martinayotte wrote:12E and 12F are identical in programming point of view.
If I recall, the only difference is the PCB antenna design.
I can try and pick that board. I did use the generic ESP8266 board and I got lucky in that it eventually talked to my board. The USB kept disconnecting/connecting which made it quite flaky.
Also on generic it seems to limit itself to 1M when I have 4M on my board. THere are two 4M settings 1 SPIFFS and 3 SPIFFS. What is a SPIFFS?
neither setting made a difference
SPIFFS is a limited file system emulated in the free flash space, it allow to read/write files.
I've mentioned "limited" because there is no directory, all files are at root level, and also there is no concept of created/modified time stamp.