X-Git-Url: https://codewiz.org/gitweb?p=rmslog.git;a=blobdiff_plain;f=rmslog%2Fcfg%2Fcfg_ser.h;fp=rmslog%2Fcfg%2Fcfg_ser.h;h=b5ce58ae29950655e77416ec649b8ff30afd1c15;hp=91a10e0b2d8ade049eeb03b95150797d6728a29f;hb=3bf87cc3ac05c14e3fd921fa35333d946386b660;hpb=1a8833ae04ecb42d4cd46730ce5af671c56008af 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.