LaboratoryForPlayfulComputation / pxt-BlockyTalkyBLE

BlocklyTalky BLE service for micro:bit MakeCode - beta
https://makecode.microbit.org/pkg/LaboratoryForPlayfulComputation/pxt-BlockyTalkyBLE
32 stars 16 forks source link

sendString crashes micro:bit #5

Open martinwork opened 2 years ago

martinwork commented 2 years ago

This program crashes: basic.showNumber(0) blockytalky.sendString("1", "A")

martinwork commented 2 years ago

This arises from https://support.microbit.org/helpdesk/tickets/55982 (private)

This fixes it https://github.com/martinwork/pxt-BlockyTalkyBLE/commit/0fd1016c0a4d79df126f99d064ae5a8a3124d4c4

@bennytheshap @rustynymph @pelikhan