diff --git a/docs/extensions.md b/docs/extensions.md index 65eb06ff..accecf18 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -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" }] ``` diff --git a/targetconfig.json b/targetconfig.json index ff11b96b..d0ef647b 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -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",