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