Skip to content

Commit 432297d

Browse files
author
Spacehuhn
committed
Fix includes
1 parent 15a8c66 commit 432297d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

esp8266_deauther/wifi.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ extern "C" {
2020
#include "language.h"
2121
#include "debug.h"
2222
#include "settings.h"
23-
#include "cli.h"
24-
#include "attack.h"
25-
#include "scan.h"
23+
#include "CLI.h"
24+
#include "Attack.h"
25+
#include "Scan.h"
2626

2727
extern bool progmemToSpiffs(const char* adr, int len, String path);
2828

0 commit comments

Comments
 (0)