mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-23 08:00:31 +00:00
ESP-NOW Transmitter comments
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
#include "esp_mac.h"
|
#include "esp_mac.h"
|
||||||
#include "esp_now.h"
|
#include "esp_now.h"
|
||||||
#include "esp_crc.h"
|
#include "esp_crc.h"
|
||||||
#include "espnow_example.h"
|
//#include "espnow_example.h"
|
||||||
|
|
||||||
#include "joystick.h"
|
#include "joystick.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
#include "freertos/FreeRTOS.h"
|
||||||
|
#include "freertos/semphr.h"
|
||||||
|
#include "freertos/timers.h"
|
||||||
#include "driver/adc.h"
|
#include "driver/adc.h"
|
||||||
#include "esp_adc/adc_oneshot.h"
|
#include "esp_adc/adc_oneshot.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user