Skip to content

Commit

Permalink
Remove debug mqtt
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Oct 10, 2023
1 parent 6e5b368 commit 637a5f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion firmware/src/apps/raesp/RaespDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ namespace apps::raesp
{
/* Create required components (Wifi and Mqtt debug). */
addComponent<ksf::comps::ksWifiConnector>(config::RaespDeviceConfig::RaespDeviceName);
addComponent<ksf::comps::ksMqttDebugResponder>();
addComponent<ksf::comps::ksDevStatMqttReporter>();

/* Create OTA component. */
Expand Down

0 comments on commit 637a5f3

Please sign in to comment.