8 lines
111 B
C++
8 lines
111 B
C++
![]() |
#include <WString.h>
|
||
|
#include "test.h"
|
||
|
|
||
|
String TestCmd::exec(String params) {
|
||
|
return "Result of testCmd";
|
||
|
}
|
||
|
|