MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / onDestroy

Method onDestroy

Tactility/Source/app/chat/ChatApp.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

transitionAppToStateMethod · 0.45

Calls 1

unsubscribeReceiverFunction · 0.85

Tested by

no test coverage detected