mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-09 09:26:48 +01:00
Merge Development version to master
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
#include "storestrings.h"
|
||||
//Constructor
|
||||
STORESTRINGS_CLASS::STORESTRINGS_CLASS (int maxsize , int maxstringlength)
|
||||
STORESTRINGS_CLASS::STORESTRINGS_CLASS (int maxsize, int maxstringlength)
|
||||
{
|
||||
//for rolling buffer
|
||||
//if max size is reached then remove oldest one and add the new one
|
||||
|
||||
Reference in New Issue
Block a user