reducing baud, to fix CRC problem

main
Jonas Arnold 4 years ago
parent d015666096
commit 0b563df321
  1. 1
      ADIS_ESP32_Eclipse/config/IncludeMcuLibConfig.h
  2. 1
      ADIS_tinyK22_SplitFlap/source/IncludeMcuLibConfig.h

@ -38,5 +38,6 @@
/* -------------------------------------------------*/
/* McuUART485 */
#define McuUart485_CONFIG_USE_RS_485 (1)
#define McuUart485_CONFIG_UART_BAUDRATE (57600) /* lowering speed to reduce CRC errors */
#endif /* MCULIB_CONFIG_CONFIG_H_ */

@ -131,5 +131,6 @@ add_compile_options(-include "../config/IncludeMcuLibConfig.h")
#define McuMinINI_CONFIG_FLASH_NVM_MAX_DATA_SIZE (0x800) /* must be 64, 128, 256, ... */
/* RS485 */
#define McuUart485_CONFIG_USE_RS_485 (1)
#define McuUart485_CONFIG_UART_BAUDRATE (57600) /* lowering speed to reduce CRC errors */
#endif /* INCLUDEMCULIBCONFIG_H_ */

Loading…
Cancel
Save