Browse Source

Changed buffer configuration for RX

namrota ghosh 7 months ago
parent
commit
7187d804e3
1 changed files with 2 additions and 3 deletions
  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)