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