diff --git a/src/ksf/ksConstants.cpp b/src/ksf/ksConstants.cpp index fd2d19d..c9bf4d7 100644 --- a/src/ksf/ksConstants.cpp +++ b/src/ksf/ksConstants.cpp @@ -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 - struct is_defined : std::false_type {}; - - template - struct is_defined> : std::true_type {}; - void initializeFramework() { #if ESP32