fix unused prefs field

1.2-legacy
Kevin Hester 2021-03-28 12:06:16 +08:00
rodzic 4e87c4411c
commit fc96500329
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -840,7 +840,7 @@ void handleReport(HTTPRequest *req, HTTPResponse *res)
Preferences preferences;
preferences.begin("meshtastic", false);
uint32_t rebootCounter = preferences.getUInt("rebootCounter", 0);
// uint32_t rebootCounter = preferences.getUInt("rebootCounter", 0);
if (!params->getQueryParameter("content", content)) {
content = "json";