Commit Graph
47 Commits
Author SHA1 Message Date
TD-er 34103ec734 Merge branch 'mega' into feature/build_core_3_0_0 2022-01-21 22:38:41 +01:00
Ton Huisman efd3df9bb5 [LIB] IRremoteESP8266 update to v2.8.1 2022-01-13 20:32:17 +01:00
TD-er 1a38a6e735 Merge branch 'mega' into feature/build_core_3_0_0 2021-10-22 12:03:28 +02:00
TD-er 245f9c64c9 [PVS Studio] Fix "dangerous" macros in IRremoteESP8266 library
@jimmys01 Can you make a PR for this to the original library?
2021-10-21 11:20:59 +02:00
TD-er 0852f8ddf5 Merge branch 'mega' into feature/build_core_3_0_0 2021-10-20 15:57:21 +02:00
jimmys01 e4e3e5a2a5 Fix String ambiguous conversions in the lib 2021-10-15 16:32:05 +03:00
jimmys01 808d70336a [IR] Update IR library to the latest build 2021-10-15 15:42:09 +03:00
TD-er 934c241e5c Merge branch 'mega' into feature/build_core_3_0_0 2021-08-14 01:42:37 +02:00
Ton Huisman 39d508d0a8 [IRremoteESP8266] Remove unneeded library files 2021-08-05 20:25:38 +02:00
Ton Huisman 54e207b930 [IRremoteESP8266] Update library to 2.7.19 (from 2.7.13) 2021-08-05 17:29:48 +02:00
Ton Huisman 5e7601d40b Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into bugfix/p016-correct-signed-conversion-to-unsigned 2021-07-20 21:38:30 +02:00
TD-er 4e35f412e6 [Libs] Don't use "byte" as type anymore 2021-07-03 00:49:41 +02:00
TD-er 3634365ae4 [Libs] Don't use "byte" as type anymore 2021-07-02 09:57:03 +02:00
TD-er b02fa47460 [Core 3.0.0] Rename deprecated ICACHE_RAM_ATTR to IRAM_ATTR
Allow for backwards compatibility define for older core builds.
2021-06-07 23:56:37 +02:00
Ton Huisman 89d49ad1b5 [P016] Update library enum definition 2021-05-30 17:25:14 +02:00
Ton Huisman f097389332 [P016] Add type in logging, more optimizations 2021-05-23 17:35:29 +02:00
jimmys01 30285eb95b Update the IR library 2020-12-03 16:00:12 +02:00
TD-er decd45687f [Cleanup] Save resources by moving static strings to flash 2020-11-16 13:20:45 +01:00
jimmys01 8377a8991d [IR] Update Library 2020-08-01 11:51:53 +03:00
jimmys01 6b6d65a38a [IR] Update Library 2020-05-18 20:44:43 +03:00
jimmys01 5eaa168ff1 Update IR library to 2.7.4 2020-03-03 12:47:21 +02:00
jimmys01 3968f06b1c Ir-Update 2020-02-01 16:27:52 +02:00
jimmys01 b439ddd7e0 [IR] Updated library reduces memory consumption 2019-11-12 10:19:30 +02:00
jimmys01 1625dd353a Update IR library 2019-10-26 13:48:11 +03:00
jimmys01 f706007933 [IR] Update IR lib 2019-10-11 12:44:50 +03:00
jimmys01 3789ae9c37 [IR] Update lib to 2.6.6 2019-09-26 12:38:36 +03:00
jimmys01 6009de4c4d [IR} Update the IR library 2019-09-09 13:30:28 +03:00
jimmys01 0e054ea2af IR Update library and usage instructions 2019-08-26 14:06:23 +03:00
jimmys01 2e223eec8d IR library update 2019-08-01 12:16:57 +03:00
jimmys01 db3384d932 Update IR library to 2.6.3 2019-07-05 13:14:00 +03:00
jimmys01 c73b799284 Add F() Macros to the IR lib 2019-04-12 12:23:07 +03:00
jimmys01 e85bdc9c5a [IR TX RX] Update the IR LIB 2019-03-21 11:58:47 +02:00
jimmys01 d4f071e2c7 [IR TX] Set Coolix to default to 1 repeat
Newest IR Library commit, fixes coolix protocol repeating the signal by default
2019-03-14 15:39:53 +02:00
jimmys01 37e1916d79 [IR] Latest Ir lib commit
Daikin AC related fix
2019-03-13 11:15:43 +02:00
jimmys01 5ddb810821 [IR TX RX] Update IR Library 2019-03-12 11:20:06 +02:00
jimmys01 ee68009b47 Bump up IrRemote Lib to 2.5.4 2019-01-11 09:15:53 +02:00
jimmys01 23fa1854a8 Ir Remote lib enchantments
Added new protocols supported by the library
Fixed missing _ in protocol names
Small improvments here and there
2018-11-08 10:40:02 +02:00
Gijs Noorlander a8c565ee5f Merge branch 'mega' into cleanup/reduce_flashStrings 2018-11-06 11:27:21 +01:00
TD-er d2644b2da7 [Cleanup] Do not use F-macro for short strings
Got rid of a few kB in the binary image by removing F-macro from numerous 1 or 2 character flash strings.
These very short strings take more space in flash and memory when using the F-macro.

Also appending to a string using a `'a'` character definition takes less resources compared to a one-character string `"a"`.
2018-11-04 01:27:42 +01:00
kpalczewski 894a59e10b bump lib IRremoteESP8266 to 2.5.2 and add send Pioneer support for 035 IR plugin. 2018-11-01 17:24:14 +01:00
jimmys01 ef92e7ae4f IR library added 2018-08-13 12:18:01 +03:00
Henri de Jong 2371b0f315 Added support for pioneer ir signals (#844) 2018-02-13 01:14:44 +01:00
Gijs Noorlander c149888bed [Mega] Allow compile with 2.4.0 core library (#772)
Last few days, lots of issues reported by users who installed the 2.4.0 core libraries.
e.g. #769 and #763
It appeared the default PlatformIO Espressif 8266 1.6.0 libs now include the 2.4.0 core libraries.
Now I have to find a way to get my own environment back to the 2.3.0 core libs and see how I can get PlatformIO Espressif 8266 library back to version 1.5.0
2018-01-25 15:47:58 +01:00
Edwin Eefting 1c63589b3d upgraded IRremoteESP8266 from v1.0.2 to v1.2.0. fixes #188 2017-06-21 17:17:21 +02:00
Edwin Eefting b52c5a884f now no longer a submodule. lib/IRremoteESP8266 upstream version v1.0.2 2017-04-23 20:50:37 +02:00
Edwin Eefting e44464f532 temporary disabled IR plugins, because of iram1_0_seg issues 2017-04-02 01:38:27 +02:00
Edwin Eefting 47a22026f8 add libraries as submodules 2017-03-01 22:45:26 +01:00