File tree 4 files changed +11
-1
lines changed
firmware/heartypatch-stream-tcp
gui_software/protocentral_heartypatch_gui_tcp
4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,13 @@ CONFIG_APP_OFFSET=0x10000
88
88
#
89
89
CONFIG_WIFI_SSID="circuitectsACT"
90
90
CONFIG_WIFI_PASSWORD="open1234"
91
+ CONFIG_SPS_128=y
92
+ # CONFIG_SPS_256 is not set
93
+ # CONFIG_SPS_512 is not set
94
+ CONFIG_DHPF_ENABLE=y
91
95
CONFIG_TCP_ENABLE=y
92
96
CONFIG_MDNS_ENABLE=y
97
+ # CONFIG_MAX30003_STATS_ENABLE is not set
93
98
CONFIG_OPTIMIZATION_LEVEL_DEBUG=y
94
99
# CONFIG_OPTIMIZATION_LEVEL_RELEASE is not set
95
100
Original file line number Diff line number Diff line change @@ -88,8 +88,13 @@ CONFIG_APP_OFFSET=0x10000
88
88
#
89
89
CONFIG_WIFI_SSID="protocentral"
90
90
CONFIG_WIFI_PASSWORD="open1234"
91
+ CONFIG_SPS_128=y
92
+ # CONFIG_SPS_256 is not set
93
+ # CONFIG_SPS_512 is not set
94
+ CONFIG_DHPF_ENABLE=y
91
95
CONFIG_TCP_ENABLE=y
92
96
CONFIG_MDNS_ENABLE=y
97
+ # CONFIG_MAX30003_STATS_ENABLE is not set
93
98
CONFIG_OPTIMIZATION_LEVEL_DEBUG=y
94
99
# CONFIG_OPTIMIZATION_LEVEL_RELEASE is not set
95
100
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ int CES_Pkt_PktType; // To store the Pac
79
79
char CES_Pkt_Data_Counter [] = new char [1000 ]; // Buffer to store the data from the packet
80
80
char ces_pkt_temp_bytes[] = new char [4 ]; // Buffer to hold data
81
81
82
- int pSize = 1500 ; // Total Size of the buffer
82
+ int pSize = 512 ; // 1500; // Total Size of the buffer
83
83
int tcgpSize= 60 ;
84
84
85
85
int arrayIndex = 0 ; // Increment Variable for the buffer
You can’t perform that action at this time.
0 commit comments