Fix sensors
Signed-off-by: Vasiliy Doylov <nekodevelopper@gmail.com>
This commit is contained in:
parent
ec93e37b28
commit
914b2cb6b9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class TheCatTools.Window : Adw.ApplicationWindow {
|
|||
|
||||
message("%f\t%f\t%f", x, y, z);
|
||||
message("%f\t%f", x_angle, y_angle);
|
||||
bar.value = (float) x_angle;
|
||||
bar.value = (float) y_angle;
|
||||
});
|
||||
} catch (Error err) {
|
||||
message("Failed to open Sensor %s", err.message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue