8 lines
111 B
C++
Raw Permalink Normal View History

2014-01-17 22:00:39 +01:00
#include <WString.h>
#include "test.h"
String TestCmd::exec(String params) {
return "Result of testCmd";
}