Skip to content

Commit 4556e02

Browse files
committed
MCU8MASS-940 Remove security profile patch which was fixed by NTP sync
1 parent 9236f06 commit 4556e02

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

examples/sandbox/sandbox.ino

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <lte.h>
1313
#include <mcp9808.h>
1414
#include <mqtt_client.h>
15-
#include <sequans_controller.h>
1615
#include <veml3328.h>
1716

1817
#define HEARTBEAT_INTERVAL_MS 10000
@@ -324,19 +323,6 @@ void setup() {
324323
sprintf(mqtt_sub_topic, MQTT_SUB_TOPIC_FMT, thing_name);
325324
sprintf(mqtt_pub_topic, MQTT_PUB_TOPIC_FMT, thing_name);
326325

327-
// - Patch begin -
328-
// Updated patch for TLS verification in certain regions
329-
// This now turns on TLS certificate verification
330-
SequansController.begin();
331-
332-
char buffer[64];
333-
SequansController.writeCommand(
334-
"AT+SQNSPCFG=1,2,\"0xC02B\",1,19,0,0,\"\",\"\",1,0,0",
335-
buffer,
336-
sizeof(buffer));
337-
338-
// - Patch end -
339-
340326
connectLTE();
341327
}
342328

0 commit comments

Comments
 (0)