ソースを参照

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)