sensebox / React-Ardublockly

This repository contains the new senseBox learn- and programming environment powered by google Blockly and React
Apache License 2.0
2 stars 7 forks source link

Variables braking in Blockly #192

Closed Crazyroostereye1 closed 1 year ago

Crazyroostereye1 commented 1 year ago

When using the variable Block, the Variable name in the Source Code is initialized as what I set, but when using it in a if statement or similar It becomes changed. Example the integer test becomes _r_N_4ozC7mV_JG_5BM_255Euu .

Screenshot from 2022-10-22 13-42-54

mariopesch commented 1 year ago

@Crazyroostereye1 thanks for reporting! Should be fixed via #193

Crazyroostereye1 commented 1 year ago

change x by Number still has the Issue image