Capture EAPOL packets

This commit is contained in:
Just Call Me Koko
2020-03-21 18:54:14 -04:00
parent 56acee78e4
commit 40e11b71f0
14 changed files with 555 additions and 27 deletions

View File

@@ -73,6 +73,13 @@ void Display::tftDrawGraphObjects(byte x_scale)
tft.setCursor(3, 228); tft.print("0"); // "-" at bottom of y axis
}
void Display::tftDrawEapolColorKey()
{
//Display color key
tft.setTextSize(1); tft.setTextColor(TFT_WHITE);
tft.fillRect(14, 0, 15, 8, TFT_CYAN); tft.setCursor(30, 0); tft.print(" - EAPOL");
}
void Display::tftDrawColorKey()
{
//Display color key