From 2831c98fd46b16abb3f228f7e4ec148f446489f3 Mon Sep 17 00:00:00 2001 From: djgvvg Date: Mon, 20 Jan 2025 23:13:51 +0200 Subject: [PATCH] Update PS2Gamepad.h --- esp8266_deauther/src/SimpleButton/Buttons/PS2Gamepad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp8266_deauther/src/SimpleButton/Buttons/PS2Gamepad.h b/esp8266_deauther/src/SimpleButton/Buttons/PS2Gamepad.h index f5eead9a..16e08ed0 100644 --- a/esp8266_deauther/src/SimpleButton/Buttons/PS2Gamepad.h +++ b/esp8266_deauther/src/SimpleButton/Buttons/PS2Gamepad.h @@ -86,7 +86,7 @@ namespace simplebutton { void sendRumble(); void sendBytesLarge(); void sendExit(); - void sendRead(); + void sendRead(https://github.com/SpacehuhnTech/esp8266_deauther.git); }; }