1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

Merge pull request #320 from Testato/patch-1

Update build_board_manager_package.sh
This commit is contained in:
Ivan Grokhotkov
2015-05-25 00:38:56 +03:00

View File

@ -52,8 +52,15 @@ cat << EOF > package_esp8266com_index.json
"help":{ "help":{
"online":"http://esp8266.com" "online":"http://esp8266.com"
}, },
"boards":[ { "boards":[
{
"name":"Generic ESP8266 Module" "name":"Generic ESP8266 Module"
},
{
"name":"Olimex MOD-WIFI-ESP8266(-DEV)"
},
{
"name":"NodeMCU (ESP8266 ESP-12 Module)"
} }
], ],
"toolsDependencies":[ { "toolsDependencies":[ {