Skip to content

Commit

Permalink
Disable publishing of subject-id list.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed May 15, 2024
1 parent dd6a8b5 commit c340f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ NodeInfo Node::create_node_info(uint8_t const protocol_major, uint8_t const prot

void Node::spinSome()
{
processPortList();
//processPortList();
processRxQueue();
processTxQueue();
}
Expand Down

0 comments on commit c340f64

Please sign in to comment.