Cleanup includes

This actually gained us 10% more flash space
This commit is contained in:
2025-10-16 21:03:35 -04:00
parent ab7dc2d5d6
commit d69a5327de
29 changed files with 47 additions and 95 deletions

View File

@@ -1,8 +1,7 @@
#include "RMTManager.h"
#include "RMTSymbols.h"
#include "driver/rmt_tx.h"
#include "driver/rmt_rx.h"
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include "esp_log.h"

View File

@@ -1,17 +1,14 @@
#ifndef RMT_COMMUNICATIONS
#define RMT_COMMUNICATIONS
#include "esp_event.h"
#include <cstring>
#include "esp_event.h"
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include "driver/rmt_tx.h"
#include "driver/rmt_rx.h"
#include "soc/gpio_num.h"
#include "RMTSymbols.h"
#include <cstring>
#define MAX_CHANNELS 4
#define RMT_SYMBOL_BLOCK_SIZE 48