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