3rd Repo, trying to figure this out.

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Branch:
feature/listSizeLimit
Revision:
52:b95572c3d4c4
Parent:
50:c07e968b9582
Child:
53:abb161ed4c8c
--- a/main.cpp	Thu Apr 06 19:10:18 2017 +0000
+++ b/main.cpp	Thu Apr 06 19:31:43 2017 +0000
@@ -295,7 +295,7 @@
     //Initialize stuff
     measurer.init();
     measurer.calib();
-    listBuffer = new LinkedList();
+    listBuffer = new LinkedList(50);
     localDate = new LocalDate();
     //Start message
     printf("Welcome\r\n");