fixed delay time

This commit is contained in:
Timm Bogner 2021-03-12 08:42:46 -06:00 committed by GitHub
parent 4bf9f923e9
commit 4a70c6bc1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
#include <espnow.h>
#include "fdrs_config.h"
#define DELAY 5000
#define DELAY 60000
uint8_t selfAddress[] = {0xAA, 0xBB, 0xCC, 0xDD, 0xEE, UNIT_MAC};
uint8_t nextAddress[] = {0xAA, 0xBB, 0xCC, 0xDD, 0xEE, NEXT_MAC};