Skip to content

Commit

Permalink
report port number when initializing liblo.
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 2, 2022
1 parent cfbdcca commit 8af86f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ void setup() {
std::cout << "done" << std::endl;
#endif

std::cout << " Initializing Liblo server/client... ";
std::cout << " Initializing Liblo server/client at " << puara.getLocalPORTStr() << " ... ";
osc1 = lo_address_new(puara.getIP1().c_str(), puara.getPORT1Str().c_str());
osc2 = lo_address_new(puara.getIP2().c_str(), puara.getPORT2Str().c_str());
osc_server = lo_server_thread_new(puara.getLocalPORTStr().c_str(), error);
Expand Down

0 comments on commit 8af86f6

Please sign in to comment.