mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-30 22:21:07 +00:00
PWM rescaling
This commit is contained in:
0
ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock
Normal file
0
ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock
Normal file
@@ -1 +1 @@
|
||||
84d7c63d94327b8cbac2472f0945ef165ddc0b76
|
||||
27c4aa5d68007c525fc5a11a47250fb93181c4f9
|
||||
|
File diff suppressed because one or more lines are too long
1061
ESP32-IDF_ESPNOW-Transmitter/build/component_properties.temp.cmake
Normal file
1061
ESP32-IDF_ESPNOW-Transmitter/build/component_properties.temp.cmake
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,9 @@
|
||||
#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 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] = {0xe4, 0xb0, 0x63, 0x17, 0x9e, 0x45};
|
||||
//uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
|
||||
uint8_t transmitter_mac[ESP_NOW_ETH_ALEN] = {0x34, 0xB7, 0xDA, 0xF9, 0x33, 0x8D};
|
||||
const char *TAG = "ESP-NOW_Transmitter";
|
Reference in New Issue
Block a user