research application on sending data to headend
Dependencies: DataStore JobScheduler NetworkServices W5500Interface nanopb protocol
See "main.cpp" documentation on "API Documentation" tab for details about application.
Revision 28:7214f7806526, committed 2017-08-11
- Comitter:
- sgnezdov
- Date:
- Fri Aug 11 19:07:20 2017 +0000
- Parent:
- 27:60c12f3f3430
- Commit message:
- fixed compilation bug
Changed in this revision
source/jobSchedulesUpload.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/jobSchedulesUpload.cpp Fri Aug 04 22:03:54 2017 +0000 +++ b/source/jobSchedulesUpload.cpp Fri Aug 11 19:07:20 2017 +0000 @@ -59,7 +59,7 @@ // // Bob P recommendation: try static as a solution. - protocol_JobList pbJobsPtr; /// = new protocol_JobList(); // protocol_JobList_init_zero; + // protocol_JobList pbJobsPtr; /// = new protocol_JobList(); // protocol_JobList_init_zero; protocol_JobList* pbJobsPtr = new protocol_JobList(); // protocol_JobList_init_zero; protocol_JobList& pbJobs = *pbJobsPtr;