Bump pxt-core to 0.12.69

This commit is contained in:
Guillaume Jenkins
2017-05-15 11:11:34 -07:00
parent 4fec614b50
commit e5b40fb50c
6 changed files with 85 additions and 71 deletions

View File

@ -55,7 +55,7 @@ declare namespace devices {
*/
//% help=devices/signal-strength weight=24
//% blockId=devices_signal_strength block="signal strength" blockGap=14 icon="\uf012" blockGap=14 shim=devices::signalStrength
function signalStrength(): number;
function signalStrength(): int32;
/**
* Registers code to run when the device notifies about a change of signal strength.