Skip to content

Commit 143af07

Browse files
Final compiling code, building well
1 parent fd8afd3 commit 143af07

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

firmware/heartypatch-stream-tcp/sdkconfig

+5
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,13 @@ CONFIG_APP_OFFSET=0x10000
8888
#
8989
CONFIG_WIFI_SSID="circuitectsACT"
9090
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
9195
CONFIG_TCP_ENABLE=y
9296
CONFIG_MDNS_ENABLE=y
97+
# CONFIG_MAX30003_STATS_ENABLE is not set
9398
CONFIG_OPTIMIZATION_LEVEL_DEBUG=y
9499
# CONFIG_OPTIMIZATION_LEVEL_RELEASE is not set
95100

firmware/heartypatch-stream-tcp/sdkconfig.old

+5
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,13 @@ CONFIG_APP_OFFSET=0x10000
8888
#
8989
CONFIG_WIFI_SSID="protocentral"
9090
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
9195
CONFIG_TCP_ENABLE=y
9296
CONFIG_MDNS_ENABLE=y
97+
# CONFIG_MAX30003_STATS_ENABLE is not set
9398
CONFIG_OPTIMIZATION_LEVEL_DEBUG=y
9499
# CONFIG_OPTIMIZATION_LEVEL_RELEASE is not set
95100

gui_software/protocentral_heartypatch_gui_tcp/protocentral_heartypatch_gui_tcp.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ int CES_Pkt_PktType; // To store the Pac
7979
char CES_Pkt_Data_Counter[] = new char[1000]; // Buffer to store the data from the packet
8080
char ces_pkt_temp_bytes[] = new char[4]; // Buffer to hold data
8181

82-
int pSize = 1500; // Total Size of the buffer
82+
int pSize = 512;//1500; // Total Size of the buffer
8383
int tcgpSize=60;
8484

8585
int arrayIndex = 0; // Increment Variable for the buffer

0 commit comments

Comments
 (0)