Skip to content

Commit a99d4da

Browse files
committed
send MQTT messages synchronous to prevent messages from getting lost in the buffer
1 parent e1151a0 commit a99d4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/konnected-cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mqtt:
77
client_id: $mac
88
topic_prefix: esphome/$mac
99
discovery_prefix: esphome/${mac}/discovery
10-
idf_send_async: true
10+
idf_send_async: false
1111
certificate_authority: $certificate_authority
1212
client_certificate: $client_certificate
1313
client_certificate_key: $client_certificate_key

0 commit comments

Comments
 (0)