Skip to content

Commit

Permalink
v1.2 (left hand support)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacwisdom committed Aug 2, 2022
1 parent f23a3e9 commit 617ec0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RemarkableLamyEraser.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ SOURCES += \

OTHER_FILES += \
RemarkableLamyEraser/LamyEraser.service \
RemarkableLamyEraser/RemarkableLamyEraser \
README.md

service.files = RemarkableLamyEraser/LamyEraser.service
Expand All @@ -21,7 +22,7 @@ service.path = /home/root/RemarkableLamyEraser

INSTALLS += \
target \
service
service \

HEADERS += \
screenlocations.h
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ int main(int argc, char *argv[]) {
char name[256] = "Unknown";


printf("RemarkableLamyEraser 1.1\n");
printf("RemarkableLamyEraser 1.2\n");
//check our input args
for(int i = 1; i < argc; i++) {
if (!strncmp(argv[i], "--toggle", 8)) {
Expand Down

0 comments on commit 617ec0d

Please sign in to comment.