Skip to content

Commit

Permalink
send MQTT messages synchronous to prevent messages from getting lost …
Browse files Browse the repository at this point in the history
…in the buffer
  • Loading branch information
heythisisnate committed Oct 31, 2024
1 parent e1151a0 commit a99d4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/konnected-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mqtt:
client_id: $mac
topic_prefix: esphome/$mac
discovery_prefix: esphome/${mac}/discovery
idf_send_async: true
idf_send_async: false
certificate_authority: $certificate_authority
client_certificate: $client_certificate
client_certificate_key: $client_certificate_key
Expand Down

0 comments on commit a99d4da

Please sign in to comment.