Skip to content

Commit 850f166

Browse files
committed
MCU8MASS-852 Set default of power down and not PSM for low power MQTT example and add declaration in debug_modem
1 parent 81594e7 commit 850f166

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/debug_modem/debug_modem.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#include <log.h>
33
#include <sequans_controller.h>
44

5+
void debugBridgeUpdate(void);
6+
57
void setup() {
68
Log.begin(115200);
79
SequansController.begin();

examples/mqtt_low_power/mqtt_low_power.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <mqtt_client.h>
1414
#include <veml3328.h>
1515

16-
#define USE_PSM true
16+
#define USE_PSM false
1717

1818
static char mqtt_pub_topic[128];
1919

0 commit comments

Comments
 (0)