#pragma once #ifdef ESP_PLATFORM namespace tt { void initEsp(); } // namespace #endif // ESP_PLATFORM