add esp thingspeak extension (#2068)
This commit is contained in:
parent
a143281974
commit
12ff958d34
@ -330,6 +330,10 @@ Check out [microbit.org](http://microbit.org/resellers/) for more information on
|
|||||||
"name": "WiFi:Bit",
|
"name": "WiFi:Bit",
|
||||||
"url":"/pkg/e-radionicacom/pxt-wifi",
|
"url":"/pkg/e-radionicacom/pxt-wifi",
|
||||||
"cardType": "package"
|
"cardType": "package"
|
||||||
|
}, {
|
||||||
|
"name": "ESP8266 and ThingSpeak",
|
||||||
|
"url":"/pkg/alankrantas/pxt-ESP8266_ThingSpeak",
|
||||||
|
"cardType": "package"
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -129,7 +129,8 @@
|
|||||||
"monkmakes/pxt-sensor",
|
"monkmakes/pxt-sensor",
|
||||||
"alankrantas/pxt-Nexusbit",
|
"alankrantas/pxt-Nexusbit",
|
||||||
"elecfreaks/pxt-cutebot",
|
"elecfreaks/pxt-cutebot",
|
||||||
"KitronikLtd/pxt-kitronik-fischertechnik"
|
"KitronikLtd/pxt-kitronik-fischertechnik",
|
||||||
|
"alankrantas/pxt-ESP8266_ThingSpeak"
|
||||||
],
|
],
|
||||||
"preferredRepos": [
|
"preferredRepos": [
|
||||||
"Microsoft/pxt-neopixel",
|
"Microsoft/pxt-neopixel",
|
||||||
|
Loading…
Reference in New Issue
Block a user