parallaxinc / solo

BlocklyProp without the wires
MIT License
6 stars 6 forks source link

Move IC2 experimental blocks into the communication.js file #743

Closed zfi closed 1 year ago

zfi commented 1 year ago

The IC2 blocks depend on callback code located within the serial I/O blocks. Moving the IC2 blocks to the communications.js file will resolve the missing runtime dependencies.

zfi commented 1 year ago

This activity is a step in implementing #744.

zfi commented 1 year ago

Refactor complete. The console error has been eliminated.