livoxProto1: Connecting to bcast-advertised device works :)
We tested it. It's important to note that between test runs, we need to take into account the fact that the Avia stops sending bcast adverts when it's been handshaken. So the retry-delay-ms may be longer due to the fact that the Avia may not be sending adverts for a good portion of that retry-delay-ms time.
This commit is contained in:
@@ -153,7 +153,7 @@ extern "C" int livoxGen1_attachDeviceReq(
|
||||
|
||||
// Parse integer parameters from provider params with defaults
|
||||
int handshakeTimeoutMs = 250; // Default: 50ms
|
||||
int retryDelayMs = 500; // Default: 500ms
|
||||
int retryDelayMs = 2000; // Default: 500ms
|
||||
uint8_t smoSubnetNbits = 24; // Default: /24 subnet
|
||||
uint16_t dataPort = 56000; // Default data port
|
||||
uint16_t cmdPort = 56001; // Default command port
|
||||
|
||||
Reference in New Issue
Block a user