-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Importing the xml file for further development doesn't work correctly, due to the faulty export of blockly.
Before exporting the program to xml:
| Case0 | Case1 |
|---|---|
![]() |
![]() |
The xml file:
| Case 0 | Case0 (1) !! | Case 1 (2) |
|---|---|---|
![]() |
![]() |
![]() |
| This is correct | This should be Case 1! | This shouldn't be Case 1! |
How to reproduce the problem
- Download the xml file of the script here https://github.com/GeneralMine/SenseBox-TestScript#Download
- Import the file to blockly: https://blockly.sensebox.de/ardublockly/?board=sensebox-mcu
- As you can see the code is broken. Rebuild my code as shown above or seen below in the complete code.
- export the code to xml
- close blockly or delete all
- import the xml file to blockly and then its broken again
- (open xml file in an editor and search for CASE)
Metadata
Metadata
Assignees
Labels
No labels




