mirror of
https://github.com/taigrr/adb.git
synced 2026-04-02 02:58:42 -07:00
Added Resolution type
This commit is contained in:
@@ -26,7 +26,7 @@ func main() {
|
||||
fmt.Printf("Dev `%s` is not authorized, authorize it to continue.\n", dev.SerialNo)
|
||||
continue
|
||||
}
|
||||
err := dev.GoHome(ctx)
|
||||
err := dev.Reboot(ctx)
|
||||
if err != nil {
|
||||
// handle error here
|
||||
fmt.Printf("Error: %v\n", err)
|
||||
|
||||
Reference in New Issue
Block a user