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

Commit

Permalink
feat: iot mini longer delay
Browse files Browse the repository at this point in the history
  • Loading branch information
NotHydra committed Feb 29, 2024
1 parent 27e4ca4 commit 632b8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/iot/mini/mini.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const String url = server + "/api/sub-trash-bin/" + String(subTrashBinId) + "/ca
const int sensorTriggerPin = 5;
const int sensorEchoPin = 16;

const int updateDelay = 1000;
const int updateDelay = 5000;

float maxCapacity;
float previousCapacity = 0;
Expand Down

0 comments on commit 632b8dd

Please sign in to comment.