mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-22 23:26:49 -08:00
Added LedPin Setting to HTML
This commit is contained in:
@@ -185,7 +185,8 @@ void Settings::send() {
|
||||
json += "\"multiAPs\":" + (String)multiAPs + ",";
|
||||
json += "\"multiAttacks\":" + (String)multiAttacks + ",";
|
||||
json += "\"macInterval\":" + (String)macInterval + ",";
|
||||
json += "\"beaconInterval\":" + (String)beaconInterval + "}";
|
||||
json += "\"beaconInterval\":" + (String)beaconInterval + ",";
|
||||
json += "\"ledPin\":" + (String)ledPin + "}";
|
||||
sendToBuffer(json);
|
||||
sendBuffer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user