Various services improved (#110)

This commit is contained in:
Ken Van Hoeylandt
2024-12-06 23:16:29 +01:00
committed by GitHub
parent 36bb25deba
commit d52fe52d96
32 changed files with 771 additions and 636 deletions
+2 -4
View File
@@ -4,7 +4,7 @@
#include "Tactility.h"
namespace tt::service::wifi {
extern void wifi_main(void*);
extern void wifi_task(void*);
}
extern const tt::app::AppManifest hello_world_app;
@@ -25,9 +25,7 @@ void app_main() {
.auto_start_app_id = nullptr
};
tt::init(config);
tt::service::wifi::wifi_main(nullptr);
tt::run(config);
}
} // extern