Merge pull request #399 from cyberman54/development

if482 correction factor fixed
This commit is contained in:
Verkehrsrot 2019-07-24 20:56:49 +02:00 committed by GitHub
commit 61a74b83f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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