From 790fdeb4dacc541c3a4f26008393e7eb505b333e Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Sun, 22 Apr 2018 21:44:51 +0200 Subject: [PATCH] Changing my board --- src/mac_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac_config.h b/src/mac_config.h index 32b6fde..b63340e 100644 --- a/src/mac_config.h +++ b/src/mac_config.h @@ -1,7 +1,7 @@ //mac addresses // reciever mac: -uint8_t mac_receiver[] = {0x30, 0xae, 0xa4, 0x04, 0x21, 0x2d}; +uint8_t mac_receiver[] = {0x30, 0xae, 0xa4, 0x05, 0x82, 0x15}; // remote macStr uint8_t mac_remote[] = {0x24, 0x0a, 0xc4, 0x82, 0x51, 0x70};