From 07594420e959e22fadab1d9a3ed7aa41c4262ab8 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Thu, 17 Mar 2022 14:45:44 +0100 Subject: [PATCH] Changes needed to compile again with new idf --- CMakeLists.txt | 1 + src/esprandom.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c692cd4..b3547db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,6 +31,7 @@ set(dependencies freertos esp_system # esp_http_client + esp_hw_support esp_websocket_client tcp_transport diff --git a/src/esprandom.h b/src/esprandom.h index de2a806..7837070 100644 --- a/src/esprandom.h +++ b/src/esprandom.h @@ -4,7 +4,7 @@ #include // esp-idf includes -#include +#include namespace espcpputils {