From 8d977438ad4e4e34c8cb92d841815c8e2942a055 Mon Sep 17 00:00:00 2001 From: "SAITO, Tetsuya" Date: Sun, 5 Mar 2023 02:56:55 +0900 Subject: [PATCH] =?UTF-8?q?=E9=96=BE=E5=80=A4=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 73f72bb..d8b14a1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,7 +22,7 @@ extern bool isImageFile(const File& f); extern void showImage(const String* images, size_t p); extern void forever(void); -const float GRAVITY_THRESHOLD = 0.75; +const float GRAVITY_THRESHOLD = 0.65; const bool FORMAT_SPIFFS_IF_FAILED = true;