Nodemcuv2 vs esp12e

What is the difference between the nodemcuv2 and esp12e Board IDs? They both use the same SDK version. Is there another difference that should be taken into account or can you use them interchangeably?

Look at platform-espressif8266/esp12e.json at develop · platformio/platform-espressif8266 · GitHub and platform-espressif8266/nodemcuv2.json at develop · platformio/platform-espressif8266 · GitHub. The board definitions are identical except for one macro, missing hardware IDs in one and the name.

1 Like

Thank you. I didn’t even think of looking in there!