fixed the count limit issue with this:
if(count >= Limit){
digitalWrite(relay, LOW);
lcd.setCursor(0,1);
lcd.print("Empty & Reset");
while(count >= Limit);
fixed the count limit issue with this:
if(count >= Limit){
digitalWrite(relay, LOW);
lcd.setCursor(0,1);
lcd.print("Empty & Reset");
while(count >= Limit);