if482.h: fixup added

This commit is contained in:
Verkehrsrot 2019-03-24 16:18:45 +01:00
parent 8430e9fe92
commit f653118d40

View File

@ -4,6 +4,7 @@
#include "globals.h" #include "globals.h"
#define IF482_FRAME_SIZE (17) #define IF482_FRAME_SIZE (17)
#define IF482_SYNC_FIXUP (3) // calibration to fixup processing time [milliseconds]
String IRAM_ATTR IF482_Frame(time_t tt); String IRAM_ATTR IF482_Frame(time_t tt);