mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
Added Fix and License/Readme
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "wifi_deauther_app_i.h"
|
||||
|
||||
#include <furi_hal_power.h>
|
||||
#include <furi.h>
|
||||
#include <furi_hal.h>
|
||||
|
||||
@@ -88,6 +89,7 @@ void wifi_deauther_app_free(WifideautherApp* app) {
|
||||
|
||||
int32_t wifi_deauther_app(void* p) {
|
||||
furi_hal_power_enable_otg();
|
||||
furi_delay_ms(600);
|
||||
UNUSED(p);
|
||||
WifideautherApp* wifi_deauther_app = wifi_deauther_app_alloc();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user