add pxt-wifi extension (#2026)
* add pxt-wifi extension * Update targetconfig.json
This commit is contained in:
		@@ -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"
 | 
			
		||||
}]
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user