mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
fixed delay time
This commit is contained in:
parent
4bf9f923e9
commit
4a70c6bc1b
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user