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

Update build_board_manager_package.sh

added all boards present in the core, so it is visible on Board Manager also before install the core.
This commit is contained in:
Testato
2015-05-24 19:02:16 +02:00
parent 775e9d4f98
commit 2bb9f596f4

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":[ {