Fix sensors
Signed-off-by: Vasiliy Doylov <nekodevelopper@gmail.com>
This commit is contained in:
parent
b06495465e
commit
7a2a798ff9
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class TheCatTools.Window : Adw.ApplicationWindow {
|
|||
message("%f\t%f\t%f", x, y, z);
|
||||
message("%f\t%f", x_angle, y_angle);
|
||||
hbar.value = (float) x_angle;
|
||||
vbar.value = (float) x_angle;
|
||||
vbar.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