added const for updatehtml

This commit is contained in:
Sam
2023-10-31 10:36:05 +01:00
parent cd18a7730c
commit 90bdab0f00

View File

@@ -24,6 +24,7 @@ let LichtWaardes;
const between = (x, min, max) => {
return x >= min && x <= max;
};
const updatehtml = (div, variable)
// Request a port and open a connection.
async function connect() {
//vraag aan de browser om een serial port te selecteren