Commit Graph
855 Commits
Author SHA1 Message Date
Ton Huisman bc680d9149 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/RTTTL-enable-async-play-and-improvements 2023-09-26 22:04:05 +02:00
TD-er c0d5da6131 [Cleanup] Reduce build size making Improv smaller 2023-09-20 09:14:38 +02:00
TD-er 9c2db5f09e Merge branch 'mega' into cleanup/Scheduler 2023-09-19 09:42:17 +02:00
TD-er 7b7240da18 [Servo] Fix servo for ESP32-S2/C3
As reported on [the forum](https://www.letscontrolit.com/forum/viewtopic.php?p=66141#p66137)
2023-09-19 00:14:26 +02:00
TD-er 0238e0782f [PVS Studio] Fix issues found by PVS Studio 2023-09-18 22:52:11 +02:00
TD-er 3fa9cbff9f Merge branch 'mega' into cleanup/Scheduler 2023-09-17 17:57:00 +02:00
Ton Huisman abee8c425d [RTTTL] Add Async play and other improvements 2023-09-15 21:52:36 +02:00
TD-er 9cd8bbf8ba [Cleanup] Misc code cleanup + add comments from PVS Studio 2023-09-15 17:10:48 +02:00
uwekaditz 780c1b9b5d Merge branch 'mega' into UweKaditz 2023-09-08 18:23:32 +02:00
TD-er 04fcecdc33 [BMP3xx] Add support for Bosch BMP384/388/390 temp/pressure modules
Just using the basic Adafruit library as a start.
2023-09-06 15:42:20 +02:00
uwekaditz dccd13f0f1 Merged with mega from 2023-08-25 2023-08-27 16:13:14 +02:00
Ton Huisman 96b0b998b6 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into bugfix/P113-apply-fix-for-shifted-i2c-address 2023-08-13 22:16:33 +02:00
Ton Huisman 782041a264 [Libs] Update VL53L1X library to current latest v1.2.12 (with fix) 2023-08-11 20:09:41 +02:00
Ton Huisman f165bf08e2 [P113] Apply the fix at the original crime-scene ;-) 2023-08-11 15:03:33 +02:00
Ton Huisman 9ced69236f [Lib] Update NeoPixelBus to current latest 2023-08-09 16:48:56 +02:00
TD-er ce649b92b8 [Eastron] Improve read stability on ESP8266 2023-08-07 01:24:10 +02:00
TD-er 3862e8a787 Merge branch 'mega' into build/reduce_minimal_bin_size 2023-08-06 18:28:39 +02:00
TD-er 5a8609c288 [Eastron] Add support for RS485 collision detection on ESP32 2023-08-06 17:52:00 +02:00
TD-er 0c68e00382 [Eastron] improve speed & add commands to set modbusID & baudrate 2023-08-06 02:57:03 +02:00
TD-er c8f4fa8fb9 [Eastron] Fix ESP32 hardware RTS flow control 2023-08-05 14:20:50 +02:00
TD-er 99dd742c51 [Eastron] Add hardware RTS support for ESP32 (for ~RE/DE pin on RS485) 2023-08-05 03:32:31 +02:00
TD-er cf20c0d204 [Eastron] Split 'readVal' function to allow async reads 2023-08-04 12:52:44 +02:00
TD-er 6b9488d606 [Eastron] Add support for SDM320C 2023-08-03 12:57:13 +02:00
TD-er 3f532ada36 [Eastron] Cleanup showing default taskvalue names + SDM72_V2add 2023-08-01 15:00:38 +02:00
TD-er 043abebdaa [Eastron] Re-apply ESPEasy specific changes to SDM library 2023-08-01 02:23:21 +02:00
TD-er 13b0d1233e [Eastron] Update SDM library to v2.2.2 2023-08-01 02:22:42 +02:00
TD-er e5586bc0cb Merge branch 'mega' into tomcatxx-pullbranch 2023-07-28 19:44:05 +02:00
TD-er 0eabf1d253 [ESP32 Serial] Fix serial tasks not working after save or restart task
[ESP32 Serial] Do not cache baud rate between end() and begin()
2023-07-27 22:11:07 +02:00
TD-er f6cb8b0e0c [ESP32 Serial] Do not cache baud rate between end() and begin() 2023-07-27 19:12:23 +02:00
TD-er ee35bb9137 [ESP32 Serial] Fix serial tasks not working after save or restart task 2023-07-27 18:16:56 +02:00
TD-er f60c846a5e Merge branch 'mega' into tomcatxx-pullbranch 2023-07-17 22:54:49 +02:00
TD-er cbf75f5909 [ArduinoJSON] Update to ArduinoJson 6.21.2 2023-07-11 00:06:59 +02:00
TD-er 58dd603aa2 [PVS Studio] Fix issues found by PVS Studio 2023-07-10 12:33:59 +02:00
TD-er cbca9aa24d [HLW8012] Remove IIR filter from interrupt callback function 2023-07-06 12:44:38 +02:00
TD-er b21fdbe30a [HLW8012] Fix instability due to IRAM 2023-07-06 12:19:17 +02:00
TD-er 39676ea732 [HLW8012] Improve stability and accuracy 2023-07-05 18:16:42 +02:00
TD-er c7237c9332 Merge branch 'mega' into build/reduce_minimal_bin_size 2023-06-22 12:24:00 +02:00
TD-er b704b222ea [IMPROV] Use parse state to check parse result 2023-06-13 17:24:22 +02:00
TD-er f8dca0d776 [IMPROV] Feed invalid IMPROV messages to console input again 2023-06-13 17:00:26 +02:00
TD-er fba6ee7a97 [IMPROV] Clear scan result 2023-06-13 13:46:23 +02:00
TD-er 1898bfa832 [IMPROV] Fix connect to Wifi + add logging 2023-06-13 12:01:18 +02:00
TD-er f5f288c6bc [IMPROV] Do not include IMPROV in ESP8266 limited build size builds 2023-06-12 23:25:14 +02:00
TD-er ff8c6ddab5 [IMPROV] Fix build on ESP8266
[IMPROV] Fix ESP8266 


[IMPROV] Fix ESP8266 build (part-3)
2023-06-12 18:04:25 +02:00
TD-er cb93b6fde5 [IMPROV] Replace library + modify 2023-06-12 13:41:07 +02:00
TD-er b972e7ce60 [IMPROV] Implement Improv to ease deployment via web flasher 2023-06-02 19:48:54 +02:00
TD-er a16fe75d86 [ESP32 SDK] Update SDK to fixed code for HWCDC.end() 2023-06-01 00:42:13 +02:00
TD-er 755390ab8b [ESPEasySerial] Update version nr to v3.0.0 2023-05-31 20:42:08 +02:00
TD-er 3558c500a6 [ESPEasySerial] Add SW Serial support for ESP32 2023-05-30 00:14:48 +02:00
TD-er d4c7467cd2 [ESPEasySerial] Get actual baudrate from SW Serial 2023-05-29 17:40:00 +02:00
TD-er 44b10fc5a6 [ESPEasySerial] Fix saving SW serial pins 2023-05-29 17:20:01 +02:00