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

Method resetErrors

Tactility/Source/app/wificonnect/View.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16static const auto LOGGER = Logger("WifiConnect");
17
18void View::resetErrors() {
19 lv_obj_add_flag(password_error, LV_OBJ_FLAG_HIDDEN);
20 lv_obj_add_flag(ssid_error, LV_OBJ_FLAG_HIDDEN);
21 lv_obj_add_flag(connection_error, LV_OBJ_FLAG_HIDDEN);
22}
23
24static void onConnect(lv_event_t* event) {
25 auto wifi = std::static_pointer_cast<WifiConnect>(getCurrentApp());

Callers 1

onConnectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected