mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 10:50:40 +00:00
remove unused parser
This commit is contained in:
parent
2743b9d310
commit
dcb9125b32
@ -979,9 +979,7 @@ void handleBlinkLED(HTTPRequest *req, HTTPResponse *res)
|
||||
res->setHeader("Content-Type", "application/json");
|
||||
|
||||
ResourceParameters *params = req->getParams();
|
||||
std::string blink_target;
|
||||
HTTPBodyParser *parser;
|
||||
|
||||
std::string blink_target;
|
||||
|
||||
if (! params->getQueryParameter("blink_target", blink_target)) {
|
||||
// if no blink_target was supplied in the URL parameters of the
|
||||
|
Loading…
Reference in New Issue
Block a user