feat(smartconfig): refactor smartconfig callback to use esp event

Consistent with esp-idf(branch: release/v4.2, commit id: c5bb6c4)
This commit is contained in:
chenwen
2020-10-20 16:57:54 +08:00
parent dda5062c80
commit d3a974f6f2
13 changed files with 339 additions and 296 deletions

View File

@@ -32,6 +32,8 @@ else()
"source/crc.c"
"source/phy_init.c"
"source/reset_reason.c"
"source/smartconfig.c"
"source/smartconfig_ack.c"
"source/startup.c"
"source/system_api.c"
"source/task_wdt.c"