1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

Add NodeMCU 1.0 board to package json

This commit is contained in:
Ivan Grokhotkov
2015-05-25 00:42:41 +03:00
parent 2ce389b717
commit 49c25b9c1b

View File

@ -60,8 +60,12 @@ cat << EOF > package_esp8266com_index.json
"name":"Olimex MOD-WIFI-ESP8266(-DEV)"
},
{
"name":"NodeMCU (ESP8266 ESP-12 Module)"
"name":"NodeMCU 0.9 (ESP-12 Module)"
},
{
"name":"NodeMCU 1.0 (ESP-12E Module)"
}
],
"toolsDependencies":[ {
"packager":"esp8266",