rework if482

This commit is contained in:
cyberman54 2022-01-16 19:43:06 +01:00
parent 83faf69c9f
commit 60f191f436
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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];