Skip to content

Releases: parallaxinc/cyberbot_makecode

Disable Unwanted Diagnostic Output to Device Console

01 Jul 22:52
09ff2d9
Compare
Choose a tag to compare

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

08 Jan 20:41
ff54a23
Compare
Choose a tag to compare

Some necessary changes were properly updated in this version

Added an RC time block

08 Jan 19:24
d1fff4c
Compare
Choose a tag to compare

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

05 Dec 21:06
5da16fc
Compare
Choose a tag to compare

We fixed bugs when declaring blocks in Javascript, resized the icon, and changed some of the block designs.

Initial Release

02 Dec 21:12
01c50d8
Compare
Choose a tag to compare

This is the initial release of the Cyberbot Extension for Makecode