Skip to content

Commit

Permalink
Remove OTA_ENABLED define check
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Oct 24, 2023
1 parent aa757ff commit ac8e23a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/utility/ota/OTA-esp32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
a commercial license, send an email to [email protected].
*/

#ifdef ARDUINO_ARCH_ESP32

/******************************************************************************
* INCLUDE
******************************************************************************/

#include <AIoTC_Config.h>

#if defined ARDUINO_ARCH_ESP32 && OTA_ENABLED

#include <Arduino_DebugUtils.h>
#include <Arduino_ESP32_OTA.h>
#include "tls/utility/SHA256.h"
Expand Down

0 comments on commit ac8e23a

Please sign in to comment.