if(minutes < 10) { format(strr,sizeof(strr),"%d:0%d",minutes,seconds);} else { format(strr,sizeof(strr),"%d:%2d",minutes,seconds);}