ESP-NOW Transmitter comments

This commit is contained in:
2025-06-17 14:56:52 -04:00
parent 15b89ec8ca
commit 6368b8bf39

View File

@@ -1,10 +1,19 @@
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include <assert.h>
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include "freertos/timers.h"
#include "esp_log.h"
#include "nvs_flash.h"
#include "esp_random.h"
#include "esp_event.h"
#include "esp_netif.h"
#include "esp_wifi.h"
#include "esp_log.h"
#include "esp_mac.h"
#include "esp_now.h"
#include "esp_crc.h"
#include "driver/adc.h"
#include "esp_adc/adc_oneshot.h"