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:
@ -52,8 +52,15 @@ cat << EOF > package_esp8266com_index.json
|
||||
"help":{
|
||||
"online":"http://esp8266.com"
|
||||
},
|
||||
"boards":[ {
|
||||
"boards":[
|
||||
{
|
||||
"name":"Generic ESP8266 Module"
|
||||
},
|
||||
{
|
||||
"name":"Olimex MOD-WIFI-ESP8266(-DEV)"
|
||||
},
|
||||
{
|
||||
"name":"NodeMCU (ESP8266 ESP-12 Module)"
|
||||
}
|
||||
],
|
||||
"toolsDependencies":[ {
|
||||
|
Reference in New Issue
Block a user