Provide a SERVO0_PIN for non-standard LCD

This commit is contained in:
Scott Lahteine 2017-10-29 18:08:27 -05:00
parent 10a1f07684
commit b2a48f1a04

View file

@ -185,6 +185,8 @@
#define STD_ENCODER_PULSES_PER_STEP 4
#define STD_ENCODER_STEPS_PER_MENU_ITEM 1
#endif
#else
#define SERVO0_PIN 27
#endif // ULTRA_LCD && NEWPANEL
/**