temp sensor

This commit is contained in:
2025-06-24 01:40:50 -04:00
parent 45bafa10de
commit 82edac1831

View File

@@ -0,0 +1,6 @@
#include "config.h"
uint8_t broadcast_mac[ESP_NOW_ETH_ALEN] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0x9c, 0x9e, 0x6e, 0x14, 0xb5, 0x54};
uint8_t transmitter_mac[ESP_NOW_ETH_ALEN] = {0x34, 0xB7, 0xDA, 0xF9, 0x33, 0x8D};
const char *TAG = "ESP-NOW_Transmitter";