Explorar o código

Merge esp8266_deauth from https://github.com/xMasterX/all-the-plugins

Willy-JL hai 1 ano
pai
achega
bc3fe9d7ed
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      esp8266_deauth/esp8266_deauth.c

+ 3 - 0
esp8266_deauth/esp8266_deauth.c

@@ -504,6 +504,9 @@ int32_t esp8266_deauth_app(void* p) {
     }
 
     DEAUTH_APP_LOG_I("Start exit app");
+    furi_hal_serial_async_rx_stop(app->serial_handle);
+    furi_hal_serial_deinit(app->serial_handle);
+    furi_hal_serial_control_release(app->serial_handle);
 
     furi_hal_serial_async_rx_stop(app->serial_handle);
     furi_hal_serial_deinit(app->serial_handle);