Update doxygen comments
This commit is contained in:
@@ -40,7 +40,25 @@ class OutputBuf : public std::streambuf {
|
||||
* @param debugMqtt
|
||||
*/
|
||||
OutputBuf(DebugMqtt* debugMqtt = nullptr, BluetoothSerial* serialBT = nullptr);
|
||||
|
||||
/**
|
||||
* @brief Activate the mqtt output
|
||||
*
|
||||
* This only works if the DebugMqtt is set by
|
||||
* setDebugMqtt.
|
||||
*
|
||||
* @param status
|
||||
*/
|
||||
void activateMqtt(bool status);
|
||||
|
||||
/**
|
||||
* @brief Active the output over the bluetooth serial consol
|
||||
*
|
||||
* This only works if BluetoothSerial is set by
|
||||
* setSerialBT.
|
||||
*
|
||||
* @param status
|
||||
*/
|
||||
void activateSerialBT(bool status);
|
||||
|
||||
void setDebugMqtt(DebugMqtt* debugMqtt);
|
||||
|
||||
Reference in New Issue
Block a user