mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
16 lines
329 B
C++
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============");
|
|
} |