Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calibration offset range #59

Open
mcbittech opened this issue Dec 9, 2017 · 1 comment
Open

Calibration offset range #59

mcbittech opened this issue Dec 9, 2017 · 1 comment

Comments

@mcbittech
Copy link
Owner

Aumentare il range di calibrazione dell'offset della sonda di misura

@pacioc193
Copy link

$("#offset").slider({
orientation: "orizontal",
range: "min",
min: -10,
max: 10,
step: 0.1,
value: document.getElementById ("offs").value,
slide: function( event, ui ) {
$( "#offs" ).val( ui.value);

		}
	});

Dentro il file setting.htm della spiffs ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants