Skip to content

Commit

Permalink
Disable MQTT by default
Browse files Browse the repository at this point in the history
  • Loading branch information
DrA1ex committed Sep 7, 2024
1 parent 3ec2c53 commit c2def1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define AUDIO_WINDOW_DURATION (5000u)


#define MQTT (1u) // MQTT protocol Enabled
#define MQTT (0u) // MQTT protocol Enabled

#define MQTT_CONNECTION_TIMEOUT (15000u) // Connection attempt timeout to MQTT server
#define MQTT_RECONNECT_TIMEOUT (5000u) // Time before new reconnection attempt to MQTT server
Expand Down

0 comments on commit c2def1e

Please sign in to comment.