Closed terrillmoore closed 5 years ago
Because of this code, catena461x_hwtest won't compile for 4617 or 4618:
https://github.com/mcci-catena/Catena-Sketches/blob/1eb8c8d65599845c81eb03747341978b8f65147a/catena461x_hwtest/catena461x_hwtest.ino#L237-L239
Please add support. Some of these blocks can be #ifdef'ed out for 4617/4618, as we don't (yet) support M104 etc.
#ifdef
Because of this code, catena461x_hwtest won't compile for 4617 or 4618:
https://github.com/mcci-catena/Catena-Sketches/blob/1eb8c8d65599845c81eb03747341978b8f65147a/catena461x_hwtest/catena461x_hwtest.ino#L237-L239
Please add support. Some of these blocks can be
#ifdef
'ed out for 4617/4618, as we don't (yet) support M104 etc.