Initial working version

This commit is contained in:
2018-04-01 20:06:45 +02:00
commit 1a1df572fd
5 changed files with 456 additions and 0 deletions

7
src/mac_config.h Normal file
View File

@ -0,0 +1,7 @@
//mac addresses
// reciever mac:
uint8_t mac_reciever[] = {0x30, 0xae, 0xa4, 0x04, 0x21, 0x2d};
// remote macStr
uint8_t mac_remote[] = {0x24, 0x0a, 0xc4, 0x82, 0x51, 0x70};