cprezzi / grbl-LPC

Multiple compiled versions for different boards & machines (under releases)
Other
56 stars 39 forks source link

Add board type to $I output #29

Closed tscofield closed 5 years ago

tscofield commented 5 years ago

Having the board type the firmware is compiled for built into the info report can be helpful in making sure that the user is not running the wrong firmware. I'm sure there are more efficient ways to accomplish this, but this required the least change to the existing process.

cprezzi commented 5 years ago

I don't think this is the best way to do it. This change could potentially break compatibillity with some host softwares that search for an exact string in the $I response. Some others (like LaserWeb) don't use $I but the welcome (init) message instead.