Trying to load the alpha clock firmware and getting the following error:
AlphaClock.ino: In function 'void checkButtons()':
AlphaClock:268: error: 'minute' was not declared in this scope
AlphaClock:269: error: 'hour' was not declared in this scope
AlphaClock:357: error: 'adjustTime' was not declared in this scope
AlphaClock:361: error: 'RTC' was not declared in this scope
AlphaClock:361: error: 'now' was not declared in this scope
AlphaClock:365: error: 'adjustTime' was not declared in this scope
AlphaClock:368: error: 'RTC' was not declared in this scope
AlphaClock:368: error: 'now' was not declared in this scope
AlphaClock:375: error: 'adjustTime' was not declared in this scope
AlphaClock:379: error: 'RTC' was not declared in this scope
AlphaClock:379: error: 'now' was not declared in this scope
AlphaClock:383: error: 'adjustTime' was not declared in this scope
AlphaClock:387: error: 'RTC' was not declared in this scope
AlphaClock:387: error: 'now' was not declared in this scope
AlphaClock:517: error: 'RTC' was not declared in this scope
AlphaClock:517: error: 'now' was not declared in this scope
AlphaClock.ino: In function 'void EndVCRmode()':
AlphaClock:924: error: 'now' was not declared in this scope
AlphaClock.ino: In function 'void setup()':
AlphaClock:947: error: 'RTC' was not declared in this scope
AlphaClock:947: error: 'setSyncProvider' was not declared in this scope
AlphaClock:948: error: 'timeStatus' was not declared in this scope
AlphaClock:948: error: 'timeSet' was not declared in this scope
AlphaClock:963: error: 'setTime' was not declared in this scope
AlphaClock.ino: In function 'void loop()':
AlphaClock:1066: error: 'second' was not declared in this scope
AlphaClock:1121: error: 'hour' was not declared in this scope
AlphaClock:1122: error: 'minute' was not declared in this scope
AlphaClock.ino: In function 'void processSerialMessage()':
AlphaClock:1214: error: 'time_t' was not declared in this scope
AlphaClock:1214: error: expected `;' before 'pctime'
AlphaClock:1218: error: 'pctime' was not declared in this scope
AlphaClock:1221: error: 'pctime' was not declared in this scope
AlphaClock:1221: error: 'setTime' was not declared in this scope
AlphaClock:1227: error: 'RTC' was not declared in this scope
AlphaClock:1227: error: 'now' was not declared in this scope
AlphaClock.ino: In function 'void UpdateDisplay(byte)':
AlphaClock:1669: error: 'adjustTime' was not declared in this scope
AlphaClock:1671: error: 'RTC' was not declared in this scope
AlphaClock:1671: error: 'now' was not declared in this scope
AlphaClock.ino: In function 'void AdjDayMonthYear(int8_t, int8_t, int8_t)':
AlphaClock:1763: error: 'time_t' was not declared in this scope
AlphaClock:1763: error: expected `;' before 'timeTemp'
AlphaClock:1765: error: 'timeTemp' was not declared in this scope
AlphaClock:1765: error: 'year' was not declared in this scope
AlphaClock:1767: error: 'month' was not declared in this scope
AlphaClock:1773: error: 'day' was not declared in this scope
AlphaClock:1788: error: 'hour' was not declared in this scope
AlphaClock:1788: error: 'minute' was not declared in this scope
AlphaClock:1788: error: 'second' was not declared in this scope
AlphaClock:1789: error: 'setTime' was not declared in this scope
AlphaClock:1791: error: 'RTC' was not declared in this scope
AlphaClock:1791: error: 'now' was not declared in this scope
AlphaClock.ino: In function 'void TimeDisplay(byte, byte)':
AlphaClock:1805: error: 'second' was not declared in this scope
AlphaClock:1826: error: 'hour' was not declared in this scope
AlphaClock:1852: error: 'minute' was not declared in this scope
AlphaClock:1994: error: 'day' was not declared in this scope
AlphaClock:1996: error: 'month' was not declared in this scope
AlphaClock:2023: error: 'year' was not declared in this scope
AlphaClock.ino: In function 'void SerialPrintTime()':
AlphaClock:2110: error: 'time_t' was not declared in this scope
AlphaClock:2110: error: expected `;' before 'timeTmp'
AlphaClock:2112: error: 'timeTmp' was not declared in this scope
AlphaClock:2112: error: 'hour' was not declared in this scope
AlphaClock:2113: error: 'minute' was not declared in this scope
AlphaClock:2114: error: 'second' was not declared in this scope
AlphaClock:2116: error: 'weekday' was not declared in this scope
AlphaClock:2116: error: 'dayStr' was not declared in this scope
AlphaClock:2118: error: 'day' was not declared in this scope
AlphaClock:2120: error: 'month' was not declared in this scope
AlphaClock:2120: error: 'monthShortStr' was not declared in this scope
AlphaClock:2122: error: 'year' was not declared in this scope
AlphaClock.ino: In function 'void EESaveSettings()':
AlphaClock:2289: error: 'RTC' was not declared in this scope
AlphaClock:2289: error: 'now' was not declared in this scope
Originally, I thought maybe my version of Time was too new so I deleted it and installed the older version and it didn't help.
Comments