add pxt-wifi extension (#2026)

* add pxt-wifi extension

* Update targetconfig.json
This commit is contained in:
Mark 2019-05-06 06:53:31 +01:00 committed by Abhijith Chatra
parent 0f51c64c93
commit fa6c087199
2 changed files with 6 additions and 1 deletions

View File

@ -302,6 +302,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
"name": "Pi Supply Lora Node",
"url":"/pkg/PiSupply/pxt-iot-lora-node",
"cardType": "package"
}, {
"name": "WiFi:Bit",
"url":"/pkg/e-radionicacom/pxt-wifi",
"cardType": "package"
}]
```

View File

@ -122,7 +122,8 @@
"KitronikLtd/pxt-kitronik-accessbit",
"kaku111/pxt-tobbieII",
"alankrantas/pxt-DHT11_DHT22",
"cgs-matthew-pham/pxt-hitechnic-irseeker-v2"
"cgs-matthew-pham/pxt-hitechnic-irseeker-v2",
"e-radionicacom/pxt-wifi"
],
"preferredRepos": [
"Microsoft/pxt-neopixel",