Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Jun 16, 2024
1 parent e6907ec commit 299ee4d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/ksf/ksConstants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ namespace ksf
static EOTAType::Type otaBootType{EOTAType::NO_OTA}; // Will be true if this launch is just after OTA flash.
static uint32_t uptime_low32, uptime_high32; // Variables for assembling 64-bit version of millis.


#if ESP32
template <typename T, typename = void>
struct is_defined : std::false_type {};

template <typename T>
struct is_defined<T, std::void_t<decltype(T::timeout_ms)>> : std::true_type {};

void initializeFramework()
{
#if ESP32
Expand Down

0 comments on commit 299ee4d

Please sign in to comment.