Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
閾値の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
3110 committed Mar 4, 2023
1 parent 40b9eea commit 8d97743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8d97743

Please sign in to comment.