mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-28 18:47:40 +00:00
fix unused prefs field
This commit is contained in:
parent
4e87c4411c
commit
fc96500329
@ -840,7 +840,7 @@ void handleReport(HTTPRequest *req, HTTPResponse *res)
|
|||||||
Preferences preferences;
|
Preferences preferences;
|
||||||
preferences.begin("meshtastic", false);
|
preferences.begin("meshtastic", false);
|
||||||
|
|
||||||
uint32_t rebootCounter = preferences.getUInt("rebootCounter", 0);
|
// uint32_t rebootCounter = preferences.getUInt("rebootCounter", 0);
|
||||||
|
|
||||||
if (!params->getQueryParameter("content", content)) {
|
if (!params->getQueryParameter("content", content)) {
|
||||||
content = "json";
|
content = "json";
|
||||||
|
Loading…
Reference in New Issue
Block a user