diff --git a/src/manager.c b/src/manager.c index f07c0e8..3156652 100644 --- a/src/manager.c +++ b/src/manager.c @@ -144,7 +144,7 @@ int main(int argc, char *argv[]) return 1; } read(fd, compatible, sizeof(compatible)); - if (strstr(compatible, "pine64,pinephone-1.1")) + if (!strstr(compatible, "pine64,pinephone-1.2")) manager.braveheart = TRUE; close(fd);