Move app/service code from tactility-core to tactility (#14)
* Move app/service code from tactility-core to tactility * fix formatting * updated dev docs
This commit is contained in:
committed by
GitHub
parent
0c724e2e68
commit
e2209ccba8
+1
-2
@@ -11,7 +11,7 @@ extern const ServiceManifest wifi_service;
|
||||
extern const AppManifest wifi_connect_app;
|
||||
extern const AppManifest wifi_manage_app;
|
||||
|
||||
__attribute__((unused)) void app_main(void) {
|
||||
TT_UNUSED void app_main(void) {
|
||||
static const Config config = {
|
||||
/**
|
||||
* Auto-select a board based on the ./sdkconfig.board.* file
|
||||
@@ -29,7 +29,6 @@ __attribute__((unused)) void app_main(void) {
|
||||
.auto_start_app_id = NULL
|
||||
};
|
||||
|
||||
tt_core_init();
|
||||
tt_esp_init(&config);
|
||||
tt_init(&config.apps, CONFIG_APPS_LIMIT, &config.services, CONFIG_SERVICES_LIMIT);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user