mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
tidy up includes
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
#include "ems.h"
|
#include "ems.h"
|
||||||
#include "ems_devices.h"
|
#include "ems_devices.h"
|
||||||
#include "emsuart.h"
|
#include "emsuart.h"
|
||||||
#include <Arduino.h>
|
|
||||||
#include <CircularBuffer.h> // https://github.com/rlogiacco/CircularBuffer
|
#include <CircularBuffer.h> // https://github.com/rlogiacco/CircularBuffer
|
||||||
#include <MyESP.h>
|
#include <MyESP.h>
|
||||||
#include <list> // std::list
|
#include <list> // std::list
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
#include "emsuart.h"
|
#include "emsuart.h"
|
||||||
#include "ems.h"
|
#include "ems.h"
|
||||||
#include <Arduino.h>
|
|
||||||
#include <user_interface.h>
|
#include <user_interface.h>
|
||||||
|
|
||||||
_EMSRxBuf * pEMSRxBuf;
|
_EMSRxBuf * pEMSRxBuf;
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <Arduino.h>
|
|
||||||
#include <ems.h>
|
#include <ems.h>
|
||||||
|
|
||||||
#define EMSUART_UART 0 // UART 0
|
#define EMSUART_UART 0 // UART 0
|
||||||
|
|||||||
Reference in New Issue
Block a user