mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
output text module added
This commit is contained in:
@@ -37,7 +37,7 @@ void CallBackTest::setCallback(AsyncActionCb cb) {
|
||||
void CallBackTest::setCallback(AsyncParamActionCb pcb) {
|
||||
_pcb = pcb;
|
||||
}
|
||||
CallBackTest* CB;
|
||||
//CallBackTest* CB;
|
||||
|
||||
//CB->setCallback([]() {
|
||||
// Serial.println("123");
|
||||
|
||||
2
src/Class/OutputModule.cpp
Normal file
2
src/Class/OutputModule.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
#include "Class/OutputModule.h"
|
||||
OutputModule* myText;
|
||||
Reference in New Issue
Block a user