WIP: Stamp update feature (work in progress)
This commit is contained in:
parent
ce2a0d2cbe
commit
5087040923
@ -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!!!"),
|
||||
|
Loading…
Reference in New Issue
Block a user