Fixing bug with writeString API

This commit is contained in:
Abhijith Chatra 2018-10-15 16:46:06 -07:00
Родитель 0608a79db5
Коммит cdee294ab0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@ namespace dataStreamer {
* Print a text to the serial port
* @param text to send over serial
*/
//% blockId=datastreamer_writeline block="write string %text"
//% blockId=datastreamer_writestring block="write string %text"
//% weight=20
//% text.default=","
export function writeString(text: string) {