Skip to content
Snippets Groups Projects
Commit 24a26f7b authored by fxk8y's avatar fxk8y :spider:
Browse files

ST: ServiceManager adaptions

parent 32c73648
No related branches found
No related tags found
No related merge requests found
...@@ -57,12 +57,6 @@ void device_main() { ...@@ -57,12 +57,6 @@ void device_main() {
mgr = new SiliconTorch::ServiceManager::ServiceManager(); mgr = new SiliconTorch::ServiceManager::ServiceManager();
// fxCyan = new SiliconTorch::Service::FxCyanF();
// fxCyan->start();
xSemaphoreGive(mutex000); xSemaphoreGive(mutex000);
}); });
...@@ -75,7 +69,7 @@ void device_main() { ...@@ -75,7 +69,7 @@ void device_main() {
/*
SemaphoreHandle_t mutex = xSemaphoreCreateBinary(); SemaphoreHandle_t mutex = xSemaphoreCreateBinary();
...@@ -92,6 +86,10 @@ void device_main() { ...@@ -92,6 +86,10 @@ void device_main() {
xSemaphoreTake(mutex, portMAX_DELAY); // avoid races with MQTT subscriptions (TODO: do we lock with WLAN atm???) xSemaphoreTake(mutex, portMAX_DELAY); // avoid races with MQTT subscriptions (TODO: do we lock with WLAN atm???)
*/
qthing::enable_wifi(); qthing::enable_wifi();
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment