feat: For steppir & Ultrabeam,possibility to change each element length

This commit is contained in:
2026-07-16 22:32:29 +02:00
parent 69229964f4
commit 7cf2dfeaf9
6 changed files with 115 additions and 32 deletions
+4
View File
@@ -1034,6 +1034,10 @@ export function LookupCallsign(arg1) {
return window['go']['main']['App']['LookupCallsign'](arg1);
}
export function MotorReadElements() {
return window['go']['main']['App']['MotorReadElements']();
}
export function MotorSetElement(arg1, arg2) {
return window['go']['main']['App']['MotorSetElement'](arg1, arg2);
}