Giter Club home page Giter Club logo

7h30th3r0n3 / evil-m5core2 Goto Github PK

View Code? Open in Web Editor NEW
369.0 369.0 40.0 49.46 MB

Evil-M5Project is an innovative tool developed for ethical testing and exploration of WiFi networks. It's compatible with Cardputer, Atoms3, Fire, core2. You can scan, monitor, and interact with WiFi networks in a controlled environment. This project is designed for educational purposes, aiding in understanding network security and vulnerabilities.

Home Page: https://7h30th3r0n3.fr/

C++ 27.26% HTML 71.73% Python 0.19% Batchfile 0.04% Shell 0.11% PowerShell 0.03% C 0.63%

evil-m5core2's People

Contributors

7h30th3r0n3 avatar dagnazty avatar derkahless avatar silviocruzdeveloper avatar ticodevv avatar tjalling112 avatar xankxank avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

evil-m5core2's Issues

Ultra noob here

Switching from 1.1.4 to 1.1.5 my M5 fire is bricked with this new version.

When i switch back to 1.1.4, all is working comme il faut :p

Only changes are the mandatory checks + adding the new tinyGPS++ library.

any clue ?

Can you help?

This is what I get trying to compile:

In file included from /Users/loewal/Documents/Documenten - iMac van Loe/Arduino/libraries/M5Unified/src/utility/Power_Class.hpp:17,
from /Users/loewal/Documents/Documenten - iMac van Loe/Arduino/libraries/M5Unified/src/M5Unified.hpp:55,
from /Users/loewal/Documents/Documenten - iMac van Loe/Arduino/libraries/M5Unified/src/M5Unified.h:5,
from /Users/loewal/Documents/Documenten - iMac van Loe/Arduino/Evil-M5Core2-v1-1-2/Evil-M5Core2-v1-1-2.ino:36:
/Users/loewal/Library/Arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-3662303f31/esp32/include/driver/deprecated/driver/adc.h:19:2: warning: #warning "legacy adc driver is deprecated, please migrate to use esp_adc/adc_oneshot.h and esp_adc/adc_continuous.h for oneshot mode and continuous mode drivers respectively" [-Wcpp]
19 | #warning "legacy adc driver is deprecated, please migrate to use esp_adc/adc_oneshot.h and esp_adc/adc_continuous.h for oneshot mode and continuous mode drivers respectively"
| ^~~~~~~
In file included from /Users/loewal/Documents/Documenten - iMac van Loe/Arduino/libraries/M5Unified/src/utility/Speaker_Class.hpp:13,
from /Users/loewal/Documents/Documenten - iMac van Loe/Arduino/libraries/M5Unified/src/M5Unified.hpp:56:
/Users/loewal/Library/Arduino15/packages/esp32/tools/esp32-arduino-libs/idf-release_v5.1-3662303f31/esp32/include/driver/deprecated/driver/i2s.h:27:2: warning: #warning "This set of I2S APIs has been deprecated, please include 'driver/i2s_std.h', 'driver/i2s_pdm.h' or 'driver/i2s_tdm.h' instead. if you want to keep using the old APIs and ignore this warning, you can enable 'Suppress leagcy driver deprecated warning' option under 'I2S Configuration' menu in Kconfig" [-Wcpp]
27 | #warning "This set of I2S APIs has been deprecated,
| ^~~~~~~
/Users/loewal/Documents/Documenten - iMac van Loe/Arduino/Evil-M5Core2-v1-1-2/Evil-M5Core2-v1-1-2.ino: In function 'void setup()':
/Users/loewal/Documents/Documenten - iMac van Loe/Arduino/Evil-M5Core2-v1-1-2/Evil-M5Core2-v1-1-2.ino:289:14: error: 'esp_random' was not declared in this scope; did you mean 'srandom'?
289 | randomSeed(esp_random());
| ^~~~~~~~~~
| srandom
/Users/loewal/Documents/Documenten - iMac van Loe/Arduino/Evil-M5Core2-v1-1-2/Evil-M5Core2-v1-1-2.ino: In function 'void updateConnectedMACs()':
/Users/loewal/Documents/Documenten - iMac van Loe/Arduino/Evil-M5Core2-v1-1-2/Evil-M5Core2-v1-1-2.ino:1480:5: error: 'tcpip_adapter_sta_list_t' was not declared in this scope
1480 | tcpip_adapter_sta_list_t adapterList;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/loewal/Documents/Documenten - iMac van Loe/Arduino/Evil-M5Core2-v1-1-2/Evil-M5Core2-v1-1-2.ino:1482:47: error: 'adapterList' was not declared in this scope
1482 | tcpip_adapter_get_sta_list(&stationList, &adapterList);
| ^~~~~~~~~~~
/Users/loewal/Documents/Documenten - iMac van Loe/Arduino/Evil-M5Core2-v1-1-2/Evil-M5Core2-v1-1-2.ino:1482:5: error: 'tcpip_adapter_get_sta_list' was not declared in this scope
1482 | tcpip_adapter_get_sta_list(&stationList, &adapterList);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
Multiple libraries were found for "SD.h"
Used: /Users/loewal/Library/Arduino15/packages/esp32/hardware/esp32/3.0.0-alpha3/libraries/SD
Not used: /Users/loewal/Library/Arduino15/libraries/SD

What is the reason??

Finally compilation went well.
Do I have to do something to upload, because the device is shown in ls /dev , but upload fails because board is not found.

Touch screen issue on m5 core s3

Hello and thank you for your work, the touch screen does not work on the m5 core s3, the program launches well, but it is impossible to navigate in the menus. Can you add the touch screen support?

Cannot access SD card files after boot image displayed

Running on a Stack5 Core2 V1.1 using Evil-M5Core2-1-1-9.ino

ets Jul 29 2019 12:21:46

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1184
load:0x40078000,len:12804
ho 0 tail 12 room 4
load:0x40080400,len:3032
entry 0x400805e4
M5Core2 Board detected.
----------------------
SD card initialized !! 
----------------------
Brightness restored to 33
-------------------
 Evil-M5Core2
By 7h30th3r0n3
-------------------
 
Exploring Unknown Worlds.
-------------------
E (25989) wifi:AP has neither DSSS parameter nor HT Information, drop it
52 Near Wifi Networks : 
-------------------
***

-------------------
SSID is empty.
Skipping Wi-Fi connection.
----------------------
Error opening credentials file for reading
-------------------
Clients: 0
Credentials: 0
SSID: Evil-M5Core2
Portal: Off
Page: normal.html
Bluetooth: OFF
Connected MACs:
Stack left: 9.50 Kb
RAM: 0.12 Mo
Battery: 100%
Temperature: 47C

Portal HTML's

Great work and thank you. Is it possible to get the site in English? They're in French.

I tried logging on to the site provided, but I can't access the site for some reason.

M5 Fire keeps restarting

Hey :),
I got myself a M5Fire (the one you also linked) and followed the given installation procedure.
What I did:

Windows 11
Formated SD card 32GB with FAT32.
Installed Arduino IDE
Added the M5 board link in the additional boards manager URLs.
Installed the M5Stack boards and the esp32 boards.
Added the needed libraries.
Patched the firmware with the given script and restartet arduino.
Added the SD-Files to my SD Card and isnerted it in the M5Fire.
I chose the connection port and M5Fire as my board.
Compiled and uploaded without errors.
I get the bootlogo and load into the menu.
If i choose an option in the menu, lets say Bluetooth ON/OFF and open it. The device is loading a sec and then restarting itself.
This problem is with most of the options in the menu.
I can scan Wifi and choose one without restarting but thats kinda it.

Could this be an SD-Card issue? I thought not because i got the bootlogo thats also on the card.

Thanks in advance for your time. Awesome project!
Greetings

Compiler error Mcore2 1.2.1

/Users/loewal/Library/Arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: /Users/loewal/Library/Arduino15/packages/esp32/hardware/esp32/2.0.16/tools/sdk/esp32/lib/libnet80211.a(ieee80211_output.o): in function ieee80211_raw_frame_sanity_check': (.text.ieee80211_raw_frame_sanity_check+0x5c): multiple definition of ieee80211_raw_frame_sanity_check'; /private/var/folders/hp/fh9kjqk17338tvw9nn2kq9b80000gn/T/arduino/sketches/6AACC484E7667A4B9CDD03FBC46110F5/sketch/Evil-M5Core2-1-2-1.ino.cpp.o:/Users/loewal/Documents/Arduino/Evil-M5Core2-1-2-1/Evil-M5Core2-1-2-1.ino:5044: first defined here
collect2: error: ld returned 1 exit status

exit status 1

Compilation error: exit status 1

Can you help?

Compilation error: 'esp_random' was not declared in this scope; did you mean 'srandom'?

Error when compiling today's version:

/Users/cyberjulio/M5stack/Evil-M5Core2-main/Evil-M5Core2-main/Evil-M5Core2-v1-1-1/Evil-M5Core2-v1-1-1.ino: In function 'void setup()':
/Users/cyberjulio/M5stack/Evil-M5Core2-main/Evil-M5Core2-main/Evil-M5Core2-v1-1-1/Evil-M5Core2-v1-1-1.ino:240:16: error: 'esp_random' was not declared in this scope; did you mean 'srandom'?
240 | randomSeed(esp_random());
| ^~~~~~~~~~
| srandom
/Users/cyberjulio/M5stack/Evil-M5Core2-main/Evil-M5Core2-main/Evil-M5Core2-v1-1-1/Evil-M5Core2-v1-1-1.ino: In function 'void updateConnectedMACs()':
/Users/cyberjulio/M5stack/Evil-M5Core2-main/Evil-M5Core2-main/Evil-M5Core2-v1-1-1/Evil-M5Core2-v1-1-1.ino:1406:7: error: 'tcpip_adapter_sta_list_t' was not declared in this scope
1406 | tcpip_adapter_sta_list_t adapterList;
| ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/cyberjulio/M5stack/Evil-M5Core2-main/Evil-M5Core2-main/Evil-M5Core2-v1-1-1/Evil-M5Core2-v1-1-1.ino:1408:49: error: 'adapterList' was not declared in this scope
1408 | tcpip_adapter_get_sta_list(&stationList, &adapterList);
| ^~~~~~~~~~~
/Users/cyberjulio/M5stack/Evil-M5Core2-main/Evil-M5Core2-main/Evil-M5Core2-v1-1-1/Evil-M5Core2-v1-1-1.ino:1408:7: error: 'tcpip_adapter_get_sta_list' was not declared in this scope
1408 | tcpip_adapter_get_sta_list(&stationList, &adapterList);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
Multiple libraries were found for "SD.h"
Used: /Users/cyberjulio/Library/Arduino15/packages/esp32/hardware/esp32/3.0.0-alpha3/libraries/SD
Not used: /Users/cyberjulio/Library/Arduino15/libraries/SD
exit status 1

Compilation error: 'esp_random' was not declared in this scope; did you mean 'srandom'?

Compilation errors

Hi,
When I try to compil the code, I have those error messages :
\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino: In function 'void onOffBleSerial()':
\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino:839:12: error: 'class BluetoothSerial' has no member named 'setPin'
839 | ESP_BT.setPin("730303"); // NOT WORKING // WORK ONLY WITH esp v1.0.1 // workaround password in serial
| ^~~~~~
\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino: In function 'void updateConnectedMACs()':
\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino:2314:3: error: 'tcpip_adapter_sta_list_t' was not declared in this scope; did you mean 'tcpip_adapter_if_t'?
2314 | tcpip_adapter_sta_list_t adapterList;
| ^~~~~~~~~~~~~~~~~~~~~~~~
| tcpip_adapter_if_t
\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino:2316:45: error: 'adapterList' was not declared in this scope
2316 | tcpip_adapter_get_sta_list(&stationList, &adapterList);
| ^~~~~~~~~~~
\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino:2316:3: error: 'tcpip_adapter_get_sta_list' was not declared in this scope
2316 | tcpip_adapter_get_sta_list(&stationList, &adapterList);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino: In member function 'virtual void MyAdvertisedDeviceCallbacks::onResult(BLEAdvertisedDevice)':
\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino:4913:65: error: conversion from 'String' to non-scalar type 'std::string' {aka 'std::__cxx11::basic_string'} requested
4913 | std::string advData = advertisedDevice.getManufacturerData();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
exit status 1

Compilation error: 'class BluetoothSerial' has no member named 'setPin'

Any idea ?
Yours.

M5Core not working on internal battery

When I remove the usb power supply, the M5Core is switched off and generates some strange sounds (tik... tik... tik...).
Any option to keep the product running on its own internal (little) battery ?
Yours.

[idea] separate 'settings' submenu

I think a separate settings submenu would be nice with options like brightness (already exist) and font size (please!)- this is more suitable for cardputer, the screen is so friggin small, thanks!

Evil-Cardputer, (No navigation)

So I've been having this issue where I put everything from the SD card file into my SD card flash the firmware and everything looks great until I try to navigate, no function buttons work other than the GO button on the top of the device, so long story short i can only select what is already selected. I believe that I did everything right but every single thing I do wont fix my issue.

Also the discord link is invalid.

Sniffing Handshakes

Thanks for the update; I am checking the last 5 minutes with an updated version. When i checked the SD Card i saw handshake folder but there was nothing inside , How can i check handshakes
Regards.

Updated: Never mind! I have edited platform.txt now it works great!

Compiler error

c:/users/administrator/appdata/local/arduino15/packages/m5stack/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: C:\Users\Administrator\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.1.1/tools/sdk/esp32/lib\libnet80211.a(ieee80211_output.o): in function ieee80211_raw_frame_sanity_check': (.text.ieee80211_raw_frame_sanity_check+0x5c): multiple definition of ieee80211_raw_frame_sanity_check'; sketch\Evil-M5Core2-1-2-1.ino.cpp.o:C:\Users\Administrator\Desktop\Evil-M5Core2-main\Evil-M5Core2-1-2-1/Evil-M5Core2-1-2-1.ino:5044: first defined here
collect2.exe: error: ld returned 1 exit status

[idea] inspired by M5Stick-NEMO

Hi,
thanks for helping me solving the compilation issues I had. Now everything works fine.

May I suggest you to have a look at the M5Stick-NEMO git ?
I made some compairison and found some intersting topic that could maybe improve your Evil-M5Core2 :

  • captive portal are designed to be responsive. On my android phone the templates you provide are very very small.
  • the Deauth+Clone (Creates the evil portal with the same SSID and sends deauthentication frames to that AP) is really great !
  • on my M5, the Beacon Spam is very very slow... compared to the WiFi Spam of NEMO

Keep on pushing ! It is a very good job ! I am impressed in the results. Yours.

Cardputer evil 1.2.6 compilation error

Hi,
I am getting this error:

In file included from /Users/loewal/Documents/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/../esp32/common.hpp:20,
from /Users/loewal/Documents/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/../common.hpp:22,
from /Users/loewal/Documents/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/Bus_SPI.hpp:57,
from /Users/loewal/Documents/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/device.hpp:48,
from /Users/loewal/Documents/Arduino/libraries/M5GFX/src/M5GFX.h:19,
from /Users/loewal/Documents/Arduino/libraries/M5Unified/src/M5Unified.hpp:19,
from /Users/loewal/Documents/Arduino/libraries/M5Unified/src/M5Unified.h:5,
from /Users/loewal/Documents/Arduino/Evil-Cardputer-v1-2-6/Evil-Cardputer-v1-2-6.ino:38:
/Users/loewal/Documents/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/../esp32/../../misc/DataWrapper.hpp:27:10: fatal error: ../../utility/pgmspace.h: No such file or directory
#include "../../utility/pgmspace.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: exit status 1

Any idea where to repair?

Discord server link is broken

Hey, I noticed that the discord server link available in the README is not working. Can you send me a new invite? Or update the README one.
Thx!

m5stack fire Compilation failed

2
`Arduino:1.8.19 (Windows 10), 开发板:"M5Fire, Enabled, Default (2 x 6.5 MB app, 3.6 MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 16MB (128Mb), 1500000, Core 1, Core 1, None, Disabled"

"WiFi.h" 对应多个库

已使用: C:\Users\Administrator\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.1.0\libraries\WiFi

未使用:C:\Program Files (x86)\Arduino\libraries\WiFi

"SD.h" 对应多个库

已使用: C:\Users\Administrator\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.1.0\libraries\SD

未使用:C:\Program Files (x86)\Arduino\libraries\SD

In file included from c:\users\administrator\appdata\local\arduino15\packages\m5stack\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0\xtensa-esp32-elf\include\c++\8.4.0\locale:41,

             from c:\users\administrator\appdata\local\arduino15\packages\m5stack\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0\xtensa-esp32-elf\include\c++\8.4.0\iomanip:43,

             from C:\Users\Administrator\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.1.0\libraries\BLE\src\BLEAddress.cpp:13:

c:\users\administrator\appdata\local\arduino15\packages\m5stack\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0\xtensa-esp32-elf\include\c++\8.4.0\bits\locale_facets_nonio.h:2010:10: fatal error: bits/messages_members.h: No such file or directory

#include <bits/messages_members.h>

      ^~~~~~~~~~~~~~~~~~~~~~~~~

compilation terminated.

exit status 1

`

Compiler error

Getting this today:
In file included from /Users/loewal/Documents/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/../esp32/common.hpp:20,
from /Users/loewal/Documents/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/../common.hpp:22,
from /Users/loewal/Documents/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/Bus_SPI.hpp:57,
from /Users/loewal/Documents/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/device.hpp:42,
from /Users/loewal/Documents/Arduino/libraries/M5GFX/src/M5GFX.h:19,
from /Users/loewal/Documents/Arduino/libraries/M5Unified/src/M5Unified.hpp:19,
from /Users/loewal/Documents/Arduino/libraries/M5Unified/src/M5Unified.h:5,
from /Users/loewal/Documents/Arduino/Evil-M5Core3-1-1-9/Evil-M5Core3-1-1-9.ino:37:
/Users/loewal/Documents/Arduino/libraries/M5GFX/src/lgfx/v1/platforms/esp32/../esp32/../../misc/DataWrapper.hpp:27:10: fatal error: ../../utility/pgmspace.h: No such file or directory
#include "../../utility/pgmspace.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: exit status 1

Can you help?

can't fix it

C:\Users*****\AppData\Local\Arduino15\packages\m5stack\hardware\esp32\2.1.1/tools/sdk/esp32/include/esp_event/include/esp_event_loop.h:2:2: warning: #warning "esp_event_loop.h is deprecated, please include esp_event.h instead" [-Wcpp]
#warning "esp_event_loop.h is deprecated, please include esp_event.h instead"
^~~~~~~
D:\Evil\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino: In function 'void snifferCallback(void
, wifi_promiscuous_pkt_type_t)':
D:\Evil\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino:4508:33: warning: 'DynamicJsonDocument' is deprecated: use JsonDocument instead [-Wdeprecated-declarations]
DynamicJsonDocument json(4096); // Augmenter la taille pour l'analyse
^
In file included from d:\Evil\libraries\ArduinoJson\src/ArduinoJson.hpp:56,
from d:\Evil\libraries\ArduinoJson\src/ArduinoJson.h:9,
from D:\Evil\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino:47:
d:\Evil\libraries\ArduinoJson\src/ArduinoJson/compatibility.hpp:125:58: note: declared here
class ARDUINOJSON_DEPRECATED("use JsonDocument instead") DynamicJsonDocument
^~~~~~~~~~~~~~~~~~~
D:\Evil\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino: In function 'void snifferCallbackDeauth(void
, wifi_promiscuous_pkt_type_t)':
D:\Evil\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino:5039:22: error: variable 'ctrl' set but not used [-Werror=unused-but-set-variable]
wifi_pkt_rx_ctrl_t ctrl = pkt->rx_ctrl;
^~~~
D:\Evil\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino: In function 'void wifi_scan()':
D:\Evil\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino:5466:13: error: unused variable 'rssi' [-Werror=unused-variable]
int32_t rssi = WiFi.RSSI(i);
^~~~
D:\Evil\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino: In function 'void promiscuous_callback(void
, wifi_promiscuous_pkt_type_t)':
D:\Evil\Evil-M5Core2-1-2-2\Evil-M5Core2-1-2-2.ino:5544:22: error: variable 'ctrl' set but not used [-Werror=unused-but-set-variable]
wifi_pkt_rx_ctrl_t ctrl = pkt->rx_ctrl;
^~~~
cc1plus.exe: some warnings being treated as errors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.