Skip to content

Commit f30d2a1

Browse files
committed
MCU8MASS-959 Increase security profile buffer for checking when checking if HTTPS security profile is set up
1 parent de214ee commit f30d2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ bool HttpClientClass::configure(const char* host,
230230

231231
if (enable_tls) {
232232

233-
char response[128] = "";
233+
char response[256] = "";
234234
ResponseResult result = SequansController.writeCommand(
235235
QUERY_SECURITY_PROFILE,
236236
response,

0 commit comments

Comments
 (0)