Commit Graph
34 Commits
Author SHA1 Message Date
TD-er 755390ab8b [ESPEasySerial] Update version nr to v3.0.0 2023-05-31 20:42:08 +02:00
TD-er 6648eafd5f [ESPEasySerial] Fix compile errors 2023-05-20 18:42:01 +02:00
TD-er 542dd94bec [ESPEasySerial] Split common code to separate .cpp file 2023-05-17 13:53:51 +02:00
TD-er 69400196c7 [ESP32-S2] Fix selection of only 2 HW serial ports ( #4595)
Fixes: #4595
2023-04-08 23:29:21 +02:00
TD-er d75df831d6 [Cleanup] Reduce build size for minimal builds 2022-08-20 02:41:14 +02:00
TD-er 57451a627c [Build] Fix ESPEasySerial build with DISABLE_SOFTWARE_SERIAL defined 2022-08-19 15:16:00 +02:00
TD-er 29775b8535 [ESPEasySerial] Fix incorrect use of static for ESP8266 2022-07-21 20:34:34 +02:00
TD-er 7bbbec66af [ESPEasySerial] Fix case sensitive include 2022-07-21 20:10:04 +02:00
TD-er 70951bcc45 [Cleanup] Reduce build size ESPEasySerial inline functions to .cpp 2022-07-21 01:21:06 +02:00
TD-er c3f90dd3c2 [ESPEasySerial] Update to 2.0.10 2022-06-15 13:51:16 +02:00
TD-er 3743fc0fe7 [Build] Warnings when building with -Wswitch enabled on ESP32 (#4085)
Fixes: #4085
2022-06-15 12:45:47 +02:00
TD-er adb3e9d1d0 [GPS] Add power save commands (Ublox specific) 2021-11-15 15:09:58 +01:00
TD-er 13dfe6d514 [ESPEasySerial] Include v2.0.7 in the ESPEasy libs dir too
Arduino IDE builders may not use the PlatformIO versioning, so also include it in the libs folder.
2021-10-14 08:23:09 +02:00
TD-er 6674c968b5 ESPEasySerial to 2.0.6 to support ESP32-S2 2021-07-27 17:37:13 +02:00
TD-er 0cec79bfe0 [build] Add define DISABLE_SC16IS752_Serial
To reduce size on Minimal OTA builds
2020-10-07 13:07:12 +02:00
TD-er 7f9c8e3561 [ESPEasySerial] Make GPIO pins selectabel on ESP32 2020-10-02 16:58:03 +02:00
Gijs Noorlander c320adef9c [ESPEasySerial] Update to v2.0.3 adding I2C UART to ESP32 + fix bug ESP32 2020-05-09 00:58:27 +02:00
Gijs Noorlander 3445cbee36 [ESPEasySerial] Update v2.0.1: Only use SWserial override on HW serial 2020-04-19 16:49:42 +02:00
Gijs Noorlander 0e41d0e71a [I2C UART] Mark ESPEasySerial library as v2.0.0 2020-03-18 11:27:58 +01:00
Gijs Noorlander 228c7616c3 [ESPEasySerial] Update manifest to mark SC16IS752 dependency 2020-03-06 14:06:43 +01:00
Gijs Noorlander 664430cfd2 Sync ESPEasySerial library + increase version to 1.0.14 2020-02-21 16:58:01 +01:00
Gijs Noorlander 4420c253c3 [ESPeasy Serial] Update to 1.0.12 to allow invalid pin config 2019-08-06 17:09:25 +02:00
TD-er 8b9ea2bc42 [Digest_auth] Fix compiler issues ESP32 2019-02-28 23:18:23 +01:00
TD-er 7003a25031 [Digest_auth] on Safari browser (#2356)
See #2356
Also did change some defines to make core version detection simpler.
2019-02-28 18:06:23 +01:00
TD-er 2ec6cd524c [ESPeasySerial] Update to v1.0.8 Fix some compiler issue. 2019-02-25 21:55:44 +01:00
TD-er 4641297a64 [Nextion] Cleanup of plugin after moving to serial wrapper 2019-02-18 13:40:54 +01:00
TD-er 1e0fd8a284 [Serial wrapper] Fix serial issues (for ESP8266) when using HW serial 2019-02-13 18:03:07 +01:00
TD-er 62ce776c74 [ESPeasySerial] Make it compile for core 2.4.1 2019-02-12 15:03:19 +01:00
TD-er 0b64c3d04f [SWserial] Set TX interrupts for 9600 baud
This was the used setting in older versions of SoftwareSerial
2019-02-11 23:33:49 +01:00
TD-er 5e798fa3a9 [ESPeasySerial] return -1 as pins on unset serial type 2019-02-11 00:54:34 +01:00
TD-er 5880c9173d [ESP8266] Do not use default for TX pin
The RX/TX pins are defined in the init. So no need to hand them to the begin function call again and set some default when not used.
This will lead to issues where the TX pin is not working when using HW serial.
2019-02-05 00:24:32 +01:00
TD-er b8aa681421 [ESPEasy Serial] Fix build issues for core 2.4.0 2019-01-05 03:06:20 +01:00
TD-er 0e0c25dc5b [GPS] typo in JSON file caused build issues 2018-12-22 02:41:35 +01:00
TD-er c1e13a0392 [GPS] Serial wrapper support including ESP32 2018-12-22 02:10:02 +01:00