More universal Formbot pins
Replace `ROXYs_TRex` with pre-defines of the relevant pins at the configuration level.
This commit is contained in:
parent
0a6835fbea
commit
69c333ead9
6 changed files with 36 additions and 19 deletions
|
|
@ -2159,3 +2159,9 @@
|
|||
|
||||
// Allow servo angle to be edited and saved to EEPROM
|
||||
//#define EDITABLE_SERVO_ANGLES
|
||||
|
||||
#ifdef ROXYs_TRex
|
||||
#define LED_PIN -1
|
||||
#define BEEPER_PIN -1
|
||||
#define KILL_PIN -1
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -2152,3 +2152,9 @@
|
|||
|
||||
// Allow servo angle to be edited and saved to EEPROM
|
||||
//#define EDITABLE_SERVO_ANGLES
|
||||
|
||||
#ifdef ROXYs_TRex
|
||||
#define LED_PIN -1
|
||||
#define BEEPER_PIN -1
|
||||
#define KILL_PIN -1
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue