Files
IoTManager/src/Tests.cpp

10 lines
209 B
C++
Raw Normal View History

#include "Tests.h"
#include "Macro.h"
#include "Global.h"
#include "ItemsList.h"
void testsPerform() {
Serial.println("====some tests section====");
2020-12-30 17:02:11 +01:00
Serial.println("==========end============");
}