#pragma once #ifdef ESP_PLATFORM namespace tt::app::crashdiagnostics { void start(); } #endif