| 57 | } |
| 58 | |
| 59 | void ChatApp::onDestroy(AppContext& appContext) { |
| 60 | service::espnow::unsubscribeReceiver(receiveSubscription); |
| 61 | disableEspNow(); |
| 62 | } |
| 63 | |
| 64 | void ChatApp::onShow(AppContext& context, lv_obj_t* parent) { |
| 65 | view.init(context, parent); |
no test coverage detected