X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=rmslog%2Fcfg%2Fcfg_ser.h;h=b5ce58ae29950655e77416ec649b8ff30afd1c15;hb=3bf87cc3ac05c14e3fd921fa35333d946386b660;hp=91a10e0b2d8ade049eeb03b95150797d6728a29f;hpb=d628a65a3e1ab1a3e3f11dcbd65bca85174d36a9;p=rmslog.git diff --git a/rmslog/cfg/cfg_ser.h b/rmslog/cfg/cfg_ser.h index 91a10e0..b5ce58a 100644 --- a/rmslog/cfg/cfg_ser.h +++ b/rmslog/cfg/cfg_ser.h @@ -56,7 +56,7 @@ * $WIZ$ type = "int" * $WIZ$ min = 2 */ -#define CONFIG_UART0_RXBUFSIZE 32 +#define CONFIG_UART0_RXBUFSIZE 512 /** * Size of the outbound FIFO buffer for port 1 [bytes]. @@ -169,7 +169,7 @@ * $WIZ$ type = "int" * $WIZ$ supports = "avr" */ -#define CONFIG_SPI_CLOCK_DIV 16 +#define CONFIG_SPI_CLOCK_DIV 128 /** * SPI clock polarity: normal low or normal high. @@ -200,7 +200,7 @@ * $WIZ$ type = "int" * $WIZ$ min = -1 */ -#define CONFIG_SER_RXTIMEOUT -1 +#define CONFIG_SER_RXTIMEOUT 200 /** * Use RTS/CTS handshake.