diff --git a/ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock b/ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock new file mode 100644 index 000000000..e69de29bb diff --git a/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/git-data/head-ref b/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/git-data/head-ref index 7f4913f76..f205c7cb9 100644 --- a/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/git-data/head-ref +++ b/ESP32-IDF_ESPNOW-Transmitter/build/CMakeFiles/git-data/head-ref @@ -1 +1 @@ -c8bcd2e4078409b73316956c573776e87649f194 +c0d5cc9522abfec7b16cc156cfc6a8a33e22196d diff --git a/ESP32-IDF_ESPNOW-Transmitter/main/config.c b/ESP32-IDF_ESPNOW-Transmitter/main/config.c index 512d961fa..6fe08fc09 100644 --- a/ESP32-IDF_ESPNOW-Transmitter/main/config.c +++ b/ESP32-IDF_ESPNOW-Transmitter/main/config.c @@ -3,7 +3,7 @@ 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}; // ESP32-C3 Breadboard Robot Receiver -uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0xe4, 0xb0, 0x63, 0x17, 0x9e, 0x45}; -//uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; +//uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0xe4, 0xb0, 0x63, 0x17, 0x9e, 0x45}; +uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0xe4, 0xb0, 0x63, 0x17, 0x9e, 0x44}; uint8_t transmitter_mac[ESP_NOW_ETH_ALEN] = {0x34, 0xB7, 0xDA, 0xF9, 0x33, 0x8D}; const char *TAG = "ESP-NOW_Transmitter"; \ No newline at end of file