View Single Post
Unread 09/17/2013, 05:40 PM   #9
Rafael Compassi
Registered Member
 
Join Date: Mar 2012
Location: Novo Hamburgo - Brazil
Posts: 11
Well, did everything you said, tried to compile with the v1.0.3 and got the following errors:

Apex.ino: In function 'boolean apex_status_handler(TinyWebServer&)':
Apex:139: error: 'now2' was not declared in this scope
Apex.ino: In function 'void prelog(TinyWebServer&, tmElements_t&, time_t&, int&)':
Apex:170: error: 'now2' was not declared in this scope
Apex.ino: In function 'boolean apex_outlog_handler(TinyWebServer&)':
Apex:227: error: 'now2' was not declared in this scope
Apex.ino: In function 'boolean apex_datalog_handler(TinyWebServer&)':
Apex:264: error: 'now2' was not declared in this scope
Apex.ino: In function 'boolean apex_command_handler(TinyWebServer&)':
Apex:345: error: 'now2' was not declared in this scope
Apex.ino: In function 'boolean apex_status_json_handler(TinyWebServer&)':
Apex:363: error: 'now2' was not declared in this scope
Outlets.ino: In function 'void outletHandlerA()':
Outlets:24: error: 'now2' was not declared in this scope
Outlets:35: error: 'now2' was not declared in this scope
Outlets:85: error: 'now2' was not declared in this scope
Outlets.ino: In function 'void outletHandlerB()':
Outlets:119: error: 'now2' was not declared in this scope
Outlets.ino: In function 'void _outlogentry(uint8_t, boolean)':
Outlets:172: error: 'now2' was not declared in this scope
Utils.ino: In function 'void logOutlet()':
Utils:233: error: 'now2' was not declared in this scope
Utils.ino: In function 'void logSensors()':
Utils:267: error: 'now2' was not declared in this scope
Utils.ino: In function 'void logMessage(const __FlashStringHelper*, char*)':
Utils:280: error: 'now2' was not declared in this scope
Utils.ino: In function 'void logMessage(uint8_t*, char*)':
Utils:301: error: 'now2' was not declared in this scope
Utils.ino: In function 'void logAlarm()':
Utils:310: error: 'now2' was not declared in this scope
Utils.ino: In function 'void dateTime(uint16_t*, uint16_t*)':
Utils:342: error: 'now2' was not declared in this scope


Care to shed some light?


Rafael Compassi is offline   Reply With Quote