Skip to content

Commit

Permalink
Deactivate MQTT by default, see issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
javiser committed May 1, 2023
1 parent 66106d9 commit 4e82946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mqtt_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define _INCLUDE_MQTT_CONFIG_HPP_

// Comment or delete this line if you don't want the MQTT functionality be compiled and used
#define MQTT_ACTIVE
//#define MQTT_ACTIVE

#ifdef MQTT_ACTIVE
#define MQTT_BROKER_ADDRESS "mqtt://192.168.178.29:1883"
Expand Down

0 comments on commit 4e82946

Please sign in to comment.