mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 00:09:19 +02:00
zmq panel interface
This commit is contained in:
@@ -712,6 +712,12 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser >> uart_conf.debug;
|
||||
}
|
||||
#endif
|
||||
#ifdef WITH_ZMQ
|
||||
else if( token == "zmq.address" ) {
|
||||
Parser.getTokens( 1 );
|
||||
Parser >> zmq_address;
|
||||
}
|
||||
#endif
|
||||
#ifdef USE_EXTCAM_CAMERA
|
||||
else if( token == "extcam.cmd" ) {
|
||||
Parser.getTokens( 1 );
|
||||
|
||||
Reference in New Issue
Block a user