Closed Hermitter closed 6 years ago
It seems these properties for the DriverConfig message are being ignored. Tested with the imu javascript example.
message DriverConfig { // Delay between updates. In seconds. float delay_between_updates = 1; // Timeout after last ping. float timeout_after_last_ping = 2; }
Fixed in https://github.com/matrix-io/matrix-creator-malos/releases/tag/v0.3.5
It seems these properties for the DriverConfig message are being ignored. Tested with the imu javascript example.