mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 01:24:04 +00:00
[ESPEasySerial] Fix case sensitive include
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define ESPEASY_SERIAL_ESPEASYSERIALTYPE_H
|
||||
|
||||
|
||||
#include "ESPeasySerialPort.h"
|
||||
#include "ESPEasySerialPort.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
#endif // ESP32
|
||||
|
||||
|
||||
#include "ESPeasySerialPort.h"
|
||||
#include "ESPEasySerialPort.h"
|
||||
#include "ESPEasySerialType.h"
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ESPeasySerial",
|
||||
"version": "2.0.11",
|
||||
"version": "2.0.12",
|
||||
"keywords": [
|
||||
"serial", "io", "softwareserial", "hardwareserial"
|
||||
],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name=ESPeasySerial
|
||||
version=2.0.11
|
||||
version=2.0.12
|
||||
author=Gijs Noorlander
|
||||
maintainer=Gijs Noorlander <gijs.noorlander@gmail.com>
|
||||
sentence=Wrapper for SoftwareSerial, SC16IS752 I2C to UART bridge and HardwareSerial for ESP8266 and ESP32/ESP32S2.
|
||||
|
||||
@@ -39,7 +39,7 @@ lib_deps =
|
||||
adafruit/Adafruit ILI9341@^1.5.10
|
||||
ccronexpr
|
||||
rlogiacco/CircularBuffer
|
||||
td-er/ESPeasySerial @ 2.0.11
|
||||
td-er/ESPeasySerial @ 2.0.12
|
||||
td-er/SparkFun MAX1704x Fuel Gauge Arduino Library @ ^1.0.1
|
||||
RAK12019_LTR390_UV_Light
|
||||
extra_scripts = post:tools/pio/post_esp32.py
|
||||
|
||||
@@ -79,7 +79,7 @@ lib_deps =
|
||||
adafruit/Adafruit ILI9341@^1.5.10
|
||||
bblanchon/ArduinoJson @ ^6.17.2
|
||||
rlogiacco/CircularBuffer
|
||||
td-er/ESPeasySerial @ 2.0.11
|
||||
td-er/ESPeasySerial @ 2.0.12
|
||||
td-er/RABurton ESP8266 Mutex @ ^1.0.2
|
||||
td-er/SparkFun MAX1704x Fuel Gauge Arduino Library @ ^1.0.1
|
||||
RAK12019_LTR390_UV_Light
|
||||
|
||||
Reference in New Issue
Block a user