File tree 1 file changed +11
-11
lines changed
libraries/lwIpWrapper/src
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -144,22 +144,22 @@ CLwipIf::~CLwipIf()
144
144
145
145
/* -------------------------------------------------------------------------- */
146
146
int CLwipIf::disconnectEventcb (CCtrlMsgWrapper *resp) {
147
- (void )resp;
148
- if (CLwipIf::connected_to_access_point) {
149
- wifi_status = WL_DISCONNECTED;
150
- if (net_ifs[NI_WIFI_STATION] != nullptr ) {
151
- net_ifs[NI_WIFI_STATION]->setLinkDown ();
152
- }
153
- }
154
- return ESP_CONTROL_OK;
147
+ (void )resp;
148
+ if (CLwipIf::connected_to_access_point) {
149
+ wifi_status = WL_DISCONNECTED;
150
+ if (net_ifs[NI_WIFI_STATION] != nullptr ) {
151
+ net_ifs[NI_WIFI_STATION]->setLinkDown ();
152
+ }
153
+ }
154
+ return ESP_CONTROL_OK;
155
155
}
156
156
157
157
158
158
/* -------------------------------------------------------------------------- */
159
159
int CLwipIf::initEventCb (CCtrlMsgWrapper *resp) {
160
- (void )resp;
161
- CLwipIf::wifi_hw_initialized = true ;
162
- return ESP_CONTROL_OK;
160
+ (void )resp;
161
+ CLwipIf::wifi_hw_initialized = true ;
162
+ return ESP_CONTROL_OK;
163
163
}
164
164
165
165
You can’t perform that action at this time.
0 commit comments