There currently is no practical use to have TactilityHeadless as a subproject. I'm merging it with the Tactility project.
11 lines
106 B
C++
11 lines
106 B
C++
#pragma once
|
|
|
|
#ifdef ESP_PLATFORM
|
|
|
|
namespace tt {
|
|
|
|
void initEsp();
|
|
|
|
} // namespace
|
|
|
|
#endif // ESP_PLATFORM
|