🪄 Formats DownloadFirmwareService

This commit is contained in:
Rune Harlyk
2024-07-09 20:03:49 +02:00
committed by Rune Harlyk
parent bbc7498653
commit 23a2ea566d
2 changed files with 47 additions and 63 deletions
@@ -31,14 +31,14 @@
#define EVENT_DOWNLOAD_OTA "otastatus"
#define OTA_TASK_STACK_SIZE 9216
class DownloadFirmwareService
{
public:
DownloadFirmwareService(PsychicHttpServer *server, SecurityManager *securityManager, EventSocket *socket, TaskManager *taskManager);
class DownloadFirmwareService {
public:
DownloadFirmwareService(PsychicHttpServer *server, SecurityManager *securityManager, EventSocket *socket,
TaskManager *taskManager);
void begin();
private:
private:
SecurityManager *_securityManager;
PsychicHttpServer *_server;
EventSocket *_socket;