#pragma once #include extern httpd_uri_t coreDumpRequest; extern uint16_t panicRetryCounter; extern uint16_t softwareResetCounter; bool checkIfCoredumpWasDownloaded(); bool setCoredumpWasDownloaded(bool value);