mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
12 lines
192 B
C++
12 lines
192 B
C++
|
|
#include "Tests.h"
|
||
|
|
|
||
|
|
#include "Global.h"
|
||
|
|
#include "ItemsList.h"
|
||
|
|
|
||
|
|
void testsPerform() {
|
||
|
|
Serial.println("====some tests section====");
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
Serial.println("==========end============");
|
||
|
|
}
|