Skip to content

Commit 9b14b8f

Browse files
committed
steady esp8266 http first
1 parent f5165b2 commit 9b14b8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/net/ZeroNetProfileEsp8266Http.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct ZeroNetProfileEsp8266Http {
2828
static const unsigned long kMqttTaskStartDelayMs = 125UL;
2929
static const unsigned long kDispatchTaskStartDelayMs = 175UL;
3030

31-
static const unsigned long kHttpDispatchPeriodMs = 1500UL;
31+
static const unsigned long kHttpDispatchPeriodMs = 2000UL;
3232
static const unsigned long kMqttDispatchPeriodMs = 0UL;
3333
static const unsigned long kHttpIoTimeoutMs = 450UL;
3434
static const uint8_t kHttpStablePollsRequired = 1;

0 commit comments

Comments
 (0)