There currently is no practical use to have TactilityHeadless as a subproject. I'm merging it with the Tactility project.
13 lines
143 B
C++
13 lines
143 B
C++
#pragma once
|
|
|
|
#ifdef ESP_PLATFORM
|
|
|
|
#include "esp_err.h"
|
|
|
|
namespace tt {
|
|
|
|
esp_err_t initPartitionsEsp();
|
|
|
|
} // namespace
|
|
|
|
#endif // ESP_PLATFORM
|