some compatibility fixes and upload instructions
This commit is contained in:
parent
35d969aadd
commit
edd0246cc5
6 changed files with 43 additions and 7 deletions
|
|
@ -10,13 +10,13 @@
|
|||
#define MAX_COMMANDS 50
|
||||
#define MAX_MODULES 10
|
||||
#define MAX_ARGUMENT_LENGTH 20 //used in argument parsing, takes up ram
|
||||
#define VERSION_STRING "Sangaboard Firmware v0.6"
|
||||
#define VERSION_STRING "Sangaboard Firmware v0.5" //TODO: temporarily using the same version string for sangaboard.py compatibility
|
||||
#define DEBUG_ON
|
||||
|
||||
//module choice
|
||||
#define HELP
|
||||
#define STAGE
|
||||
#define ENDSTOPS
|
||||
// #define ENDSTOPS
|
||||
// #define LIGHT_SENSOR
|
||||
|
||||
//module configs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue