#ifndef _IF482_H
#define _IF482_H
#include "globals.h"
#define IF482_FRAME_SIZE (17)
String IRAM_ATTR IF482_Frame(time_t tt);
#endif