You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
現在の microBitBle.printLED() は以下のコード実装で引数が文字列型でなければ ptext.subscribe is no a function エラーで停止する。初学者は数字を表示するときに数値型データを入力しがちであるがこの原因を特定して修正するのは困難なので、数値型の場合 (または任意の toString() メソッドを持つオブジェクト) も受け側で型変換して動くようにしたい。
現在の microBitBle.printLED() は以下のコード実装で引数が文字列型でなければ
ptext.subscribe is no a function
エラーで停止する。初学者は数字を表示するときに数値型データを入力しがちであるがこの原因を特定して修正するのは困難なので、数値型の場合 (または任意の toString() メソッドを持つオブジェクト) も受け側で型変換して動くようにしたい。https://github.com/chirimen-oh/chirimen-micro-bit/blob/master/polyfill/microBitBLE.js#L289-L291
https://github.com/chirimen-oh/chirimen-micro-bit/blob/master/polyfill/microBitBLE.js#L1096-L1111
The text was updated successfully, but these errors were encountered: