diff --git a/Tactility/Source/Tactility.cpp b/Tactility/Source/Tactility.cpp index 6683dc191..1b77a4ef3 100644 --- a/Tactility/Source/Tactility.cpp +++ b/Tactility/Source/Tactility.cpp @@ -474,7 +474,9 @@ void run(Module* const dtsModules[], const DtsDevice dtsDevices[]) { check(module_ensure_started(&gps_meshtastic_module) == ERROR_NONE); // Registers the APP_LOCATION_MEMORY app loader (boot/launcher need it below). check(module_ensure_started(&app_module) == ERROR_NONE); +#ifdef ESP_PLATFORM check(module_ensure_started(&app_esp32_module) == ERROR_NONE); +#endif #ifdef ESP_PLATFORM initEsp();