Remove external apps (#346)

This commit is contained in:
Ken Van Hoeylandt
2025-09-23 23:21:58 +02:00
committed by GitHub
parent 1216862aec
commit 9cc58099b4
32 changed files with 1 additions and 3432 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ private:
auto relocate_result = esp_elf_relocate(&elf, elfFileData.get());
if (relocate_result != 0) {
// Note: the result code mapes to values from cstdlib's errno.h
// Note: the result code maps to values from cstdlib's errno.h
lastError = getErrorCodeString(-relocate_result);
TT_LOG_E(TAG, "Application failed to load: %s", lastError.c_str());
elfFileData = nullptr;