Releases: parallaxinc/cyberbot_makecode
Releases · parallaxinc/cyberbot_makecode
Disable Unwanted Diagnostic Output to Device Console
This release disables unnecessary diagnostic output to the Device Console by commenting out a 'console.log()' statement in 'cbcore.ts', and updates the version in 'pxt.json'.
- Removes unintended serial data from graphs and logs
- Reduces clutter for students and end users
- Safe for classroom and user-facing deployment
Minor bug fixes
Some necessary changes were properly updated in this version
Added an RC time block
We added a block necessary for completing our tutorials that records the RC time of a circuit connected to the cyber:bot and saves it to a variable.
Minor Bug Fixes and design changes
We fixed bugs when declaring blocks in Javascript, resized the icon, and changed some of the block designs.
Initial Release
This is the initial release of the Cyberbot Extension for Makecode