if(uptime > 60000) format(timestr, sizeof(timestr), "%d minutes and %d.%d seconds", uptimeex/1000/60, uptimeex/1000%60, uptimeex%1000);