From 2af0e53d6a0f61bea29ca6e1a9f2c9c11e8d6301 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 29 Dec 2019 19:21:08 +0100 Subject: README update --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index dfcc2f4..e66abf3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,7 +26,7 @@ int main(int argc, const char *argv[]) { } } while (true) { - while (lowbat.jo_fetchBatlvl() < 115 && !lowbat.jo_fetchAcstat()) { + while (lowbat.jo_fetchBatlvl() < 15 && !lowbat.jo_fetchAcstat()) { if (lowbat.jo_notify()) { cout << "Error: could not use notify-send" << endl; return 3; -- cgit v1.2.3