File tree 2 files changed +2
-2
lines changed
examples/lit-icd-app/esp32/main
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
#include " freertos/queue.h"
25
25
#include " freertos/task.h"
26
26
#include " hal/gpio_types.h"
27
- #include " soc/gpio_num.h"
28
27
#include < cstdint>
29
28
30
29
#define ESP_INTR_FLAG_DEFAULT 0
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
+ #include " app/icd/server/ICDNotifier.h"
18
19
#include " esp_log.h"
19
20
#include " esp_netif.h"
20
21
#include " esp_system.h"
@@ -84,7 +85,7 @@ static AppDeviceCallbacks EchoCallbacks;
84
85
static void UatButtonHandler (UatButton * button)
85
86
{
86
87
DeviceLayer::PlatformMgr ().ScheduleWork ([](intptr_t ) {
87
- Server:: GetInstance ().GetICDManager (). UpdateOperationState (app::ICDManager::OperationalState::ActiveMode );
88
+ app::ICDNotifier:: GetInstance ().NotifyNetworkActivityNotification ( );
88
89
});
89
90
}
90
91
You can’t perform that action at this time.
0 commit comments