Skip to content

Instantly share code, notes, and snippets.

View Erasertm's full-sized avatar

webname: EraserTm Erasertm

View GitHub Profile
@Erasertm
Erasertm / Mac.cpp
Created March 4, 2020 18:52 — forked from tobozo/Mac.cpp
Spacehuhn's minimalistic deauth detector shimmed for ESP32 and ESP8266
#include "Mac.h"
Mac::Mac(){
for(int i=0;i<6;i++){
adress[i] = 0x00;
}
}
Mac::Mac(uint8_t first, uint8_t second, uint8_t third, uint8_t fourth, uint8_t fifth, uint8_t sixth){
adress[0] = first;