Kaynağa Gözat

Changed buffer configuration for RX

namrota ghosh 7 ay önce
ebeveyn
işleme
7187d804e3
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  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)