#include #include #ifdef ESP_PLATFORM #include #else #include #endif extern "C" { void app_main() { #ifdef ESP_PLATFORM tt_init_tactility_c(); // ELF bindings for side-loading on ESP32 #endif tt::run(dts_modules, dts_devices); } } // extern