fix: build fail if set Core Debug Level to Verbose, #57

This commit is contained in:
Phat Nguyen
2024-02-29 09:33:33 +07:00
parent 9f1a793848
commit d8cba0d346
2 changed files with 0 additions and 8 deletions

View File

@ -1420,10 +1420,6 @@ static String getServerSyncData(bool localServer) {
static void mqtt_event_handler(void *handler_args, esp_event_base_t base,
int32_t event_id, void *event_data) {
ESP_LOGD(TAG,
"Event dispatched from event loop base=%s, event_id=%" PRIi32 "",
base, event_id);
esp_mqtt_event_handle_t event = (esp_mqtt_event_handle_t)event_data;
esp_mqtt_client_handle_t client = event->client;
int msg_id;