We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61c214 commit 022a5cdCopy full SHA for 022a5cd
ssfversion.h
@@ -78,7 +78,12 @@
78
/* - Updated fsm interface to have 1 level of nesting, a superstate. */
79
/* - Beta version of generic object interface. */
80
/* - Better organized the source files in Visual Studio project. */
81
+/* 0.1.2 - Added real-time tracking of heap current usage and minimum. */
82
+/* - Added additional interfaces to ssfstr module. */
83
+/* - Made RTC interface thread safe. */
84
+/* - Minor improvements to ssfjsonn interface. */
85
+/* - Added size constant to ssfstr interface. */
86
/* --------------------------------------------------------------------------------------------- */
-#define SSF_VERSION_STR "0.1.1"
87
+#define SSF_VERSION_STR "0.1.2"
88
89
#endif /* SSF_VERSION_H_INCLUDE */
0 commit comments