mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
попытка использовать альтнрнативный метод поиска
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
#include "Tests.h"
|
||||
#include "Macro.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============");
|
||||
}
|
||||
Reference in New Issue
Block a user