updated pxt (#2465)
* updated pxt * bump pxt * updated react * updated ptx * Remove empty variable element from XML * Bump pxt-core to 5.25.15 * bump pxt * Bump pxt to 5.25.17 * Add precision to music slider
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
<xml xmlns="http://www.w3.org/1999/xhtml">
|
||||
<variables></variables>
|
||||
<block type="pxt-on-start" x="20" y="20">
|
||||
<statement name="HANDLER">
|
||||
<block type="device_plot">
|
||||
|
@ -1,5 +1,4 @@
|
||||
<xml xmlns="http://www.w3.org/1999/xhtml">
|
||||
<variables></variables>
|
||||
<block type="pins_on_pulsed" x="-157" y="130">
|
||||
<field name="pin">DigitalPin.P5</field>
|
||||
<field name="pulse">PulseValue.Low</field>
|
||||
|
@ -610,7 +610,7 @@
|
||||
<block type="device_set_tempo">
|
||||
<value name="value">
|
||||
<shadow type="math_number_minmax">
|
||||
<mutation min="4" max="400" label="Bpm"></mutation>
|
||||
<mutation min="4" max="400" label="Bpm" precision="0"></mutation>
|
||||
<field name="SLIDER">12312312</field>
|
||||
</shadow>
|
||||
</value>
|
||||
|
Reference in New Issue
Block a user