From a936a3a3a3869325084a79f536a078d9969b792a Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 28 Nov 2018 12:11:28 -0800 Subject: [PATCH] updated pxt --- libs/bluetooth/_locales/bluetooth-jsdoc-strings.json | 1 + libs/bluetooth/_locales/bluetooth-strings.json | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/bluetooth/_locales/bluetooth-jsdoc-strings.json b/libs/bluetooth/_locales/bluetooth-jsdoc-strings.json index 2b11b49c..925d5177 100644 --- a/libs/bluetooth/_locales/bluetooth-jsdoc-strings.json +++ b/libs/bluetooth/_locales/bluetooth-jsdoc-strings.json @@ -32,6 +32,7 @@ "bluetooth.uartReadBuffer": "Reads buffered UART data into a buffer", "bluetooth.uartReadUntil": "Reads from the Bluetooth UART service buffer, returning its contents when the specified delimiter character is encountered.", "bluetooth.uartWriteBuffer": "Sends a buffer of data via Bluetooth UART", + "bluetooth.uartWriteLine": "Writes to the Bluetooth UART service buffer. From there the data is transmitted over Bluetooth to a connected device.", "bluetooth.uartWriteNumber": "Prints a numeric value to the serial", "bluetooth.uartWriteString": "Writes to the Bluetooth UART service buffer. From there the data is transmitted over Bluetooth to a connected device.", "bluetooth.uartWriteValue": "Writes a ``name: value`` pair line to the serial.", diff --git a/libs/bluetooth/_locales/bluetooth-strings.json b/libs/bluetooth/_locales/bluetooth-strings.json index bf68a2dc..e63707af 100644 --- a/libs/bluetooth/_locales/bluetooth-strings.json +++ b/libs/bluetooth/_locales/bluetooth-strings.json @@ -14,6 +14,7 @@ "bluetooth.startUartService|block": "bluetooth uart service", "bluetooth.stopAdvertising|block": "bluetooth stop advertising", "bluetooth.uartReadUntil|block": "bluetooth uart|read until %del=serial_delimiter_conv", + "bluetooth.uartWriteLine|block": "bluetooth uart|write line %data", "bluetooth.uartWriteNumber|block": "bluetooth uart|write number %value", "bluetooth.uartWriteString|block": "bluetooth uart|write string %data", "bluetooth.uartWriteValue|block": "bluetooth uart|write value %name|= %value", diff --git a/package.json b/package.json index 4823ec93..686f0868 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ }, "dependencies": { "pxt-common-packages": "0.25.10", - "pxt-core": "4.4.7" + "pxt-core": "4.4.8" } }