kDelayS top-level constant

int const kDelayS

Each phase shows different "text" on the right There is 0,1,2,3,4 0 = Temp Now 1 = Low Temp 2 = High Temp 3 = Current Location 4 = Date note: kDelayS * kPhases should equal 3,5,10,15,20,30,60 if it's to loop seemlessly once a minute

Implementation

const int kDelayS = 4;