You can chat about native SDK questions and issues here.

User avatar
By SteveBaker
#57634 I started out playing with an ESP-01 board (labelled "AI-Cloud inside") - got a bunch of things working. When I needed more GPIO pins - I ordered a bunch of ESP-12F cards.

Some things work great - my Serial I/O code, for example. But the simple "Blinky" application works on the ESP-01 but doesn't work on the ESP-12F?!?

I wrote a simple "AboutMe" program that dumps out a bunch of "system_get_,,," results. It shows some odd differences. One is that the ESP-12F has system_get_boot_version() returning '5' - where the ESP-01 returns '6'.

Is there any place where I can find the differences in the two versions of the boot ROM? I'm concerned that we have key files like "eagle.app.v6.ld" with "v6" in their names. Seems like I need v5 versions of those files?