Makeblock-official / mbot_nodebots

MIT License
41 stars 25 forks source link

Include support for multiple firmatas #9

Closed ajfisher closed 9 years ago

ajfisher commented 9 years ago

Build different firmatas in order to account for using either USB (baud 57600) or Bluetooth module (baud 115200)

Need to update the build pipeline in Grunt and then output different build files as a result and have them compile as appropriate.

Will be based on work being done here: https://github.com/ajfisher/nodebots-interchange/issues/11