Change quotes to brackets

This commit is contained in:
Jesse Hills 2024-04-24 15:52:07 +12:00
parent 8a7918b891
commit c9ac02d45d
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@
#ifdef USE_ESP_IDF
#include "esp_event.h"
#include "esp_http_client.h"
#include "esp_netif.h"
#include "esp_tls.h"
#include <esp_event.h>
#include <esp_http_client.h>
#include <esp_netif.h>
#include <esp_tls.h>
namespace esphome {
namespace http_request {