Adding RPM and speed calc, changing receiver mac

This commit is contained in:
2018-05-08 23:23:39 +02:00
parent a13936c35e
commit a17572fa1a
5 changed files with 116 additions and 17 deletions

View File

@ -1,7 +1,7 @@
//mac addresses
// reciever mac:
uint8_t mac_receiver[] = {0x30, 0xae, 0xa4, 0x05, 0x82, 0x15};
uint8_t mac_receiver[] = {0xB4, 0xE6, 0x2D, 0x8C, 0x34, 0xAE};
// remote macStr
uint8_t mac_remote[] = {0x24, 0x0a, 0xc4, 0x82, 0x51, 0x70};