Fix sensors

Signed-off-by: Vasiliy Doylov <nekodevelopper@gmail.com>
This commit is contained in:
Vasiliy Doylov 2025-03-02 13:48:04 +03:00
parent b06495465e
commit 7a2a798ff9
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -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);