Skip to content
Snippets Groups Projects
Commit 3aa285e5 authored by fxk8y's avatar fxk8y :spider:
Browse files

Disable test-code after final testing

parent ff7e67df
No related branches found
No related tags found
1 merge request!21Make MQTT wildcard subscriptions possible
Pipeline #2928 failed
...@@ -409,7 +409,8 @@ bool testTopicMatcher() { ...@@ -409,7 +409,8 @@ bool testTopicMatcher() {
void mqtt_client_start() { void mqtt_client_start() {
if (!mqtt_started) { if (!mqtt_started) {
testTopicMatcher(); // Comment in before changing topic matching algorithm
// testTopicMatcher();
add_message_callback(FIRMWARE_ERROR_TOPIC, show_qd_error_message); add_message_callback(FIRMWARE_ERROR_TOPIC, show_qd_error_message);
add_message_callback(FIRMWARE_COMMAND_TOPIC, handle_firmware_command); add_message_callback(FIRMWARE_COMMAND_TOPIC, handle_firmware_command);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment