Skip to content

Commit 31e9e8d

Browse files
committed
another warning about non-working reboot
1 parent 55e923a commit 31e9e8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ttblue.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ int main(int argc, const char **argv)
708708
success = true;
709709
if(needs_reboot) {
710710
fprintf(stderr, "Rebooting watch...\n");
711+
fprintf(stderr, "WARNING: this may not work with some devices\n");
711712
tt_reboot(ttd);
712713
}
713714
first = false;

0 commit comments

Comments
 (0)