Merge pull request #9549 from thinkyhead/bf2_prevent_comments_resetting
[2.0.x] Prevent watchdog reset due to many comments
This commit is contained in:
@ -192,7 +192,7 @@
|
||||
#define STAT_LED_RED_PIN 22
|
||||
#define STAT_LED_BLUE_PIN 32
|
||||
|
||||
#else
|
||||
#else // !VIKI2 && !miniVIKI
|
||||
|
||||
#define BEEPER_PIN 79 // AUX-4
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
#define SD_DETECT_PIN 81
|
||||
|
||||
#endif // VIKI2/miniVIKI
|
||||
#endif // !VIKI2 && !miniVIKI
|
||||
|
||||
#else // !NEWPANEL - old style panel with shift register
|
||||
|
||||
|
Reference in New Issue
Block a user