From 60f191f436ac62f12e9e1dfcefa963a9c53d468a Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Sun, 16 Jan 2022 19:43:06 +0100 Subject: [PATCH] rework if482 --- include/if482.h | 2 +- src/if482.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/if482.h b/include/if482.h index c1826b8b..faf2a01f 100644 --- a/include/if482.h +++ b/include/if482.h @@ -7,6 +7,6 @@ #define IF482_FRAME_SIZE (17) #define IF482_SYNC_FIXUP (10) // calibration to fixup processing time [milliseconds] -String IRAM_ATTR IF482_Frame(time_t t); +String IF482_Frame(time_t t); #endif \ No newline at end of file diff --git a/src/if482.cpp b/src/if482.cpp index c80ae641..b4fb6250 100644 --- a/src/if482.cpp +++ b/src/if482.cpp @@ -84,7 +84,7 @@ not evaluated by model BU-190, use "F" instead for this model // Local logging tag static const char TAG[] = __FILE__; -String IRAM_ATTR IF482_Frame(time_t t) { +String IF482_Frame(time_t t) { char mon, out[IF482_FRAME_SIZE + 1];