Skip to content

Commit 5604875

Browse files
Testatoigrr
authored andcommitted
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.
1 parent 296307a commit 5604875

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

build/build_board_manager_package.sh

+8-1
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,15 @@ cat << EOF > package_esp8266com_index.json
5252
"help":{
5353
"online":"http://esp8266.com"
5454
},
55-
"boards":[ {
55+
"boards":[
56+
{
5657
"name":"Generic ESP8266 Module"
58+
},
59+
{
60+
"name":"Olimex MOD-WIFI-ESP8266(-DEV)"
61+
},
62+
{
63+
"name":"NodeMCU (ESP8266 ESP-12 Module)"
5764
}
5865
],
5966
"toolsDependencies":[ {

0 commit comments

Comments
 (0)