Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Laxilef/OTGateway
/ getTaskName
Method
getTaskName
src/MainTask.h:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
#if defined(ARDUINO_ARCH_ESP32)
50
const char* getTaskName() override {
51
return
"Main"
;
52
}
53
54
/*BaseType_t getTaskCore() override {
55
return 1;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected