First working release
[rmslog.git] / rmslog / cfg / cfg_ser.h
index 91a10e0b2d8ade049eeb03b95150797d6728a29f..b5ce58ae29950655e77416ec649b8ff30afd1c15 100644 (file)
@@ -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].
  * $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.
  * $WIZ$ type = "int"
  * $WIZ$ min = -1
  */
-#define CONFIG_SER_RXTIMEOUT    -1
+#define CONFIG_SER_RXTIMEOUT    200
 
 /**
  * Use RTS/CTS handshake.