0001-config.h-beep_mode-and-baud_rate.patch 614 B

123456789101112131415161718192021
  1. --- config.h 2020-12-14 01:27:24.300252326 +0000
  2. +++ config.h.new 2020-12-14 01:27:30.004252080 +0000
  3. @@ -17,7 +17,7 @@
  4. #define CONSERVATIVE_SMP 1
  5. /* BEEP_MODE - Beep on error. Default off, Change to 1 to enable */
  6. -#define BEEP_MODE 0
  7. +#define BEEP_MODE 1
  8. /* BEEP_END_NO_ERROR - Beep at end of each pass without error. Default off, Change to 1 to enable */
  9. #define BEEP_END_NO_ERROR 0
  10. @@ -35,7 +35,7 @@
  11. #define SERIAL_TTY 0
  12. /* SERIAL_BAUD_RATE - Baud rate for the serial console */
  13. -#define SERIAL_BAUD_RATE 9600
  14. +#define SERIAL_BAUD_RATE 115200
  15. /* SCRN_DEBUG - extra check for SCREEN_BUFFER
  16. */