소스 검색

Changed buffer configuration for RX

namrota ghosh 7 달 전
부모
커밋
7187d804e3
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      src/config.h

+ 2 - 3
src/config.h

@@ -2,9 +2,8 @@
 
 #ifndef CONFIG_H_
 #define CONFIG_H_
-#define I2C_TX_MAX_PACKET_SIZE  (10)
-#define I2C_RX_MAX_PACKET_SIZE  (10)
-#define NUM_SLOTS (4)
+#define I2C_TX_MAX_PACKET_SIZE  (8)
+#define I2C_RX_MAX_PACKET_SIZE  (12)
 #define BATTERY_THRESHOLD (50)
 #define TEMPERATURE_MAX_C (60)
 #define MAX_CYCLES (2)