WIP: Stamp update feature (work in progress)

main
Óscar M. Lage 2021-11-18 20:58:06 +01:00
parent ce2a0d2cbe
commit 5087040923
1 changed files with 9 additions and 0 deletions

View File

@ -147,6 +147,15 @@ fn main() {
other => println!("KO: {:?}, something happened", other),
}
}
else if update == 1 {
console::info("Update last stamp");
// let stamp = {
// // description
// // dstart
// // dend
// };
// stamp.update();
}
}
_ => console::error("Whut!!!"),