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