basic menu working
This commit is contained in:
@@ -94,7 +94,7 @@ void system_notifyAll(uint32_t eventBits) {
|
||||
if (xSemaphoreTake(em->mutex, portMAX_DELAY) == pdTRUE) {
|
||||
for (size_t i = 0; i < em->count; ++i) {
|
||||
// set the bits in each task's notification value
|
||||
ESP_LOGI("g", "Notify: %p", em->subscribers[i]);
|
||||
//ESP_LOGI("g", "Notify: %p", em->subscribers[i]);
|
||||
xTaskNotify(em->subscribers[i],
|
||||
eventBits,
|
||||
eSetBits);
|
||||
|
||||
Reference in New Issue
Block a user