🖥️ Removes event registration

This commit is contained in:
Rune Harlyk
2024-06-17 23:06:50 +02:00
committed by Rune Harlyk
parent efb45218af
commit cac70f5707
9 changed files with 3 additions and 63 deletions
@@ -106,8 +106,6 @@ DownloadFirmwareService::DownloadFirmwareService(PsychicHttpServer *server,
void DownloadFirmwareService::begin()
{
_socket->registerEvent(EVENT_DOWNLOAD_OTA);
_server->on(GITHUB_FIRMWARE_PATH,
HTTP_POST,
_securityManager->wrapCallback(