#pragma once
#include <esp_http_server.h>
extern httpd_uri_t coreDumpRequest;
extern uint16_t panicRetryCounter;
extern uint16_t softwareResetCounter;
bool checkIfCoredumpWasDownloaded();
bool setCoredumpWasDownloaded(bool value);