8 lines
111 B
C++
Raw Normal View History

2014-05-14 19:37:04 +02:00
#include <WString.h>
#include "test.h"
String TestCmd::exec(String params) {
return "Result of testCmd";
}