PiSupply / pxt-iot-lora-node

Makecode Library for the Pi Supply IoT LoRa Node
GNU Lesser General Public License v3.0
5 stars 18 forks source link

Travis failing due to text issue #3

Closed ryanteck closed 5 years ago

ryanteck commented 5 years ago

From travis

main.ts(4,11): error TS2322: Type 'string' is not assignable to type 'channels'. main.ts(5,11): error TS2322: Type 'string' is not assignable to type 'channels'. main.ts(6,13): error TS2322: Type 'string' is not assignable to type 'channels'. main.ts(7,12): error TS2322: Type 'string' is not assignable to type 'channels'. main.ts(8,12): error TS2322: Type 'string' is not assignable to type 'channels'. main.ts(9,11): error TS2322: Type 'string' is not assignable to type 'channels'. main.ts(10,13): error TS2322: Type 'string' is not assignable to type 'channels'. main.ts(11,13): error TS2322: Type 'string' is not assignable to type 'channels'. main.ts(12,12): error TS2322: Type 'string' is not assignable to type 'channels'. main.ts(13,11): error TS2322: Type 'string' is not assignable to type 'channels'.

ryanteck commented 5 years ago

All fixed now in latest updates