Skip to content

Commit

Permalink
adjust to new OutputFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Apr 2, 2021
1 parent 36b947a commit bafe634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ebusd/mqtthandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static vector<string> g_topicStrs;
/** the MQTT topic field parts. */
static vector<string> g_topicFields;
static bool g_retain = false; //!< whether to retail all topics
static OutputFormat g_publishFormat = 0; //!< the OutputFormat for publishing messages
static OutputFormat g_publishFormat = OF_NONE; //!< the OutputFormat for publishing messages
#if (LIBMOSQUITTO_VERSION_NUMBER >= 1003001)
static bool g_logFromLib = false; //!< log library events
#endif
Expand Down

0 comments on commit bafe634

Please sign in to comment.