resolve some type problems

This commit is contained in:
Karl Osterseher
2025-01-18 22:09:07 +01:00
Unverified
parent d9afc3038b
commit 3c27108520
6 changed files with 102 additions and 89 deletions

View File

@@ -20,7 +20,7 @@
#include "ota_server.h"
#include "player.h"
extern xTaskHandle t_http_get_task;
extern TaskHandle_t t_http_get_task;
const int OTA_CONNECTED_BIT = BIT0;
static const char *TAG = "OTA";