2024-12-08 16:46:19 +01:00

17 lines
204 B
C++

#pragma once
#include "AppManifest.h"
#ifdef ESP_PLATFORM
namespace tt::app {
bool startElfApp(const char* filePath);
void setElfAppManifest(const AppManifest& manifest);
}
#endif // ESP_PLATFORM