Skip to content

Commit

Permalink
increased buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
wjasper committed Mar 7, 2020
1 parent 5f68fe7 commit bffba0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ethernet/c/E-TC.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ bool Tin_E_TC(DeviceInfo_TC *device_info, uint8_t channel_mask, uint8_t units, u

int sock = device_info->device.sock;
unsigned char buffer[32];
unsigned char replyBuffer[32];
unsigned char replyBuffer[64];
bool result = false;
int length;
int dataCount = 3;
Expand Down

0 comments on commit bffba0e

Please sign in to comment.