Commit Graph
877 Commits
Author SHA1 Message Date
TD-er 23749cd54d Merge remote-tracking branch 'letscontrolit/mega' into feature/ESP32_IDF_5_1 2023-11-04 15:50:24 +01:00
Ton Huisman d8d79e9cdd [Lib] Remove Adafruit_NeoPixel from repo 2023-11-04 14:26:43 +01:00
Ton Huisman 455f771ecf [Lib] Adafruit_NeoMatrix: Fix includes 2023-11-04 14:26:09 +01:00
Ton Huisman 4645da91da Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/NeoPixel-replace-adafruit_neopixel-lib-by-neopixelbus 2023-11-04 14:25:07 +01:00
TD-er ebbeb42bee Merge remote-tracking branch 'letscontrolit/mega' into feature/ESP32_IDF_5_1 2023-11-03 22:43:31 +01:00
Ton Huisman 4e8109fc08 [Lib] IRremoteESP8266 update to v2.8.6, with ESPEasy patches applied
- Disable some (more) IR protocols to make 1M build fit
- Add IDF 5.x compatibility
2023-11-03 20:47:05 +01:00
Ton Huisman 5090808325 [NeopixelWrapper] Code optimization 2023-10-28 16:28:40 +02:00
Ton Huisman 9695519cce [Build] Fix some cherry-pick diffs 2023-10-28 11:19:30 +02:00
Ton Huisman 1f447d2b84 [Neopixel] Fix fall-through return value 2023-10-28 11:16:54 +02:00
Ton Huisman f503b186ac [Neopixel] Fixes and improvements 2023-10-27 21:27:21 +02:00
Ton Huisman 3f86d2e141 [ESP-IDF5.1] Fix build issue on older IDF based builds 2023-10-27 21:22:22 +02:00
Ton Huisman f3e0191fc9 [NeoPixel] Add changelogs for applying NeoPixelBus_wrapper library 2023-10-26 22:14:51 +02:00
Ton Huisman a648e97311 [ESP-IDF5.1] Update NeoPixelBus with Tasmota's patches for ESP-IDF5.1 2023-10-26 22:08:25 +02:00
Ton Huisman 17a60bf823 [Lib] Adjust Adafruit_NeoMatrix to use NeoPixelBus_wrapper 2023-10-26 21:51:32 +02:00
Ton Huisman 0e06c9ccc4 [NEOPIXEL] Add NeoPixelBus_wrapper and implement in NeoPixel plugins 2023-10-26 21:38:58 +02:00
TD-er 65666f8fe0 [ESP-IDF5.1] Fix build issue on older IDF based builds 2023-10-23 13:29:34 +02:00
TD-er 732ca6d8d5 [ESP-IDF5.1] Update NeoPixelBus with Tasmota's patches for ESP-IDF5.1 2023-10-23 12:46:33 +02:00
TD-er 7706d2d172 [Neopixel] Update Adafruit NeoPixel library to 1.11.0 2023-10-22 22:17:56 +02:00
TD-er 0bb017f561 [Lib Update] Update Adafruit Motor Shield V2 library to v1.1.1 2023-10-20 18:25:46 +02:00
TD-er c8accd2020 [ESP-IDF5.1] Fix PWM and Servo 2023-10-20 18:24:53 +02:00
TD-er c603323870 [ESP-IDF 5.1] Fix some warnings on compiling with IDF 5.1 2023-10-10 11:56:15 +02:00
TD-er 8e7f4be212 [ESP_IDF 5.1] Add support for ESP_IDF 5.1 (SP32 Arduino SDK 3.x) 2023-10-06 11:09:11 +02:00
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