Skip to content

Commit

Permalink
refactor(MQTT): increase stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Nov 28, 2023
1 parent b49ad82 commit a616157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/MQTT.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "Report.h"

#ifndef MQTT_TASK_STACK_SIZE
#define MQTT_TASK_STACK_SIZE 5872 // StackHighWaterMark = 4848 bytes
#define MQTT_TASK_STACK_SIZE 6896 // StackHighWaterMark = 4848 bytes
#endif

#ifndef MQTT_KEEP_ALIVE_SEC
Expand Down

0 comments on commit a616157

Please sign in to comment.