Files
IoTManager/src/Tests.cpp

16 lines
329 B
C++

#include "Tests.h"
#include "Global.h"
#include "ItemsList.h"
#include "Macro.h"
#include "Utils/StringUtils.h"
void testsPerform() {
Serial.println("====some tests section====");
//String str = "Geeks for Geeks ";
//
//Serial.println(itemsCount2(str, " "));
Serial.println("==========end============");
}