mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-17 16:24:18 +01:00
add button to reboot device
This commit is contained in:
@@ -266,6 +266,10 @@ class Connection {
|
||||
}
|
||||
}
|
||||
|
||||
static async reboot() {
|
||||
await GlobalState.connection.reboot();
|
||||
}
|
||||
|
||||
static async onContactMessageReceived(message) {
|
||||
|
||||
console.log("onContactMessageReceived", message);
|
||||
|
||||
Reference in New Issue
Block a user