From 39a92c276780940c0d09599d2967cccd7dce3bb5 Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Sun, 10 May 2020 18:00:37 +0200 Subject: [PATCH] Update xdrv_10_scripter.ino --- tasmota/xdrv_10_scripter.ino | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tasmota/xdrv_10_scripter.ino b/tasmota/xdrv_10_scripter.ino index 0b9bfa200..d16c0bd31 100755 --- a/tasmota/xdrv_10_scripter.ino +++ b/tasmota/xdrv_10_scripter.ino @@ -891,16 +891,6 @@ if (hsv.S == 0) { #endif //#endif - -#ifdef ESP32 -#include "esp_pm.h" -#include "esp_clk.h" -uint32_t switch_freq(uint32_t mhz) { - setCpuFrequencyMhz(mhz); //Set CPU clock to 80MHz fo example - return getCpuFrequencyMhz(); //Get CPU clock -} -#endif // ESP32 - // vtype => ff=nothing found, fe=constant number,fd = constant string else bit 7 => 80 = string, 0 = number // no flash strings here for performance reasons!!! char *isvar(char *lp, uint8_t *vtype,struct T_INDEX *tind,float *fp,char *sp,JsonObject *jo) {