WLED/wled00
Christian Schwinne c4f084a991
Merge JSON ircodes (#2048)
* add decodeIRJson and JSON remote option

* handle JSON API commands also

* removed code that forced IR codes in a certain range to be decoded by decodeIR24. Generate default ir.json files for currently supported remotes.

* comment out printing API commands in IR handling

* refactor decodeIRJson to change how ir.json is loaded add support for calling several c functions

* Handle setting palette when effect is still on default solid and will not display it

* remove colorUpdated notifier that was pasted in accidentally

* Update to handle both 24-key and 24-key old remotes (#1969)

* Update readme.md

* Update ir.cpp

Handle both 24-key and 24-key old in decodeIR switch statement

* Re-add JSON remote option

Co-authored-by: Scott Bailey <scottrbailey@gmail.com>
Co-authored-by: Artacus <40248830+scottrbailey@users.noreply.github.com>
2021-07-01 00:17:07 +02:00
..
data Merge JSON ircodes (#2048) 2021-07-01 00:17:07 +02:00
src/dependencies Accurate UDP sync for NTP enabled instances 2021-05-30 00:08:24 +02:00
alexa.cpp Update logo 2021-06-14 01:58:12 +02:00
blynk.cpp Add fields for customization Blynk host (#1543) 2020-12-22 00:44:16 +01:00
bus_manager.h A few small fixes 2021-06-09 12:57:16 +02:00
bus_wrapper.h Fixed WS281x output on ESP32 2021-05-20 21:41:39 +02:00
button.cpp Added analog button hue control 2021-05-30 02:03:32 +02:00
cfg.cpp Fixed a problem with disabled buttons reverting to pin 0 causing conflict 2021-06-30 12:33:51 +02:00
colors.cpp 0.12.0 Beta 4 2021-03-29 02:28:34 +02:00
const.h Added 2 Ethernet boards and split Ethernet configs into separate file 2021-06-20 00:14:09 +02:00
dmx.cpp Added options for Auto Node discovery 2021-03-13 22:04:37 +01:00
e131.cpp Fix Warnings (#1744) 2021-02-27 00:20:31 +01:00
fcn_declare.h Merge JSON ircodes (#2048) 2021-07-01 00:17:07 +02:00
file.cpp Add notice if no usermod installed 2021-05-11 23:21:57 +02:00
FX_fcn.cpp Segment Offset 2021-06-30 00:45:36 +02:00
FX.cpp Accurate UDP sync for NTP enabled instances 2021-05-30 00:08:24 +02:00
FX.h Segment Offset 2021-06-30 00:45:36 +02:00
html_other.h Version bump to 0.13.0-b0 "Toki" 2021-06-30 01:23:35 +02:00
html_settings.h Merge JSON ircodes (#2048) 2021-07-01 00:17:07 +02:00
html_ui.h Version bump to 0.13.0-b0 "Toki" 2021-06-30 01:23:35 +02:00
hue.cpp Done in principle 2020-11-06 22:12:48 +01:00
ir_codes.h adds support for 9-key remote and intensity/speed repeat actions 2020-06-04 08:24:55 -04:00
ir.cpp Merge JSON ircodes (#2048) 2021-07-01 00:17:07 +02:00
json.cpp Removed preset cycle 2021-06-30 01:48:38 +02:00
led.cpp Removed preset cycle 2021-06-30 01:48:38 +02:00
lx_parser.cpp Fix warnings misc fixes 2021-02-27 01:16:06 +01:00
mqtt.cpp Fixed Sunrise calculation (atan_t approx. used outside of value range) 2021-05-23 18:49:23 +02:00
my_config_sample.h Streamline platformio.ini 2020-11-18 00:54:41 +01:00
NodeStruct.h Fix node type 2021-03-09 17:21:19 +01:00
ntp.cpp Accurate UDP sync for NTP enabled instances 2021-05-30 00:08:24 +02:00
overlay.cpp Small optimizations 2021-05-27 00:09:52 +02:00
palettes.h Add Aurora Borealis effect (#1589) 2021-01-04 11:11:36 +01:00
pin_manager.cpp First light from busmanager! (still not usable though) 2021-01-16 00:50:43 +01:00
pin_manager.h First light from busmanager! (still not usable though) 2021-01-16 00:50:43 +01:00
playlist.cpp Removed preset cycle 2021-06-30 01:48:38 +02:00
presets.cpp Fixed preset only disabling on second effect/color change (fixes #2038 ) 2021-06-25 10:12:21 +02:00
set.cpp Removed preset cycle 2021-06-30 01:48:38 +02:00
udp.cpp Accurate UDP sync for NTP enabled instances 2021-05-30 00:08:24 +02:00
um_manager.cpp readFromConfig() update 2021-06-25 01:26:15 +02:00
usermod_v2_empty.h Added v2 usermods API 2020-05-28 02:20:02 +02:00
usermod.cpp Lots of new effects! 2020-06-06 00:57:34 +02:00
usermods_list.cpp Do not compile in example usermod 2021-06-25 12:15:23 +02:00
wled00.ino Fixed RBG and BGR getPixelColor (#825) 2020-04-07 00:04:09 +02:00
wled00.vcxproj Fix visual studio project files and organize. 2020-03-30 07:24:45 -04:00
wled00.vcxproj.filters Fix DMX compilation 2020-04-10 12:30:08 +02:00
wled00.vcxproj.user Modify Structure to fix path issues 2019-07-23 18:51:26 +02:00
wled_eeprom.cpp Removed preset cycle 2021-06-30 01:48:38 +02:00
wled_ethernet.h Added 2 Ethernet boards and split Ethernet configs into separate file 2021-06-20 00:14:09 +02:00
wled_math.h Fixed Sunrise calculation (atan_t approx. used outside of value range) 2021-05-23 18:49:23 +02:00
wled_serial.cpp Fixed TPM2 2020-05-23 16:09:49 +02:00
wled_server.cpp Cache CORS preflight request 2021-05-27 11:09:57 +02:00
wled.cpp Fixed a problem with disabled buttons reverting to pin 0 causing conflict 2021-06-30 12:33:51 +02:00
wled.h Fixed settings page broken by using "%" in input fields (fixes #1516 ) 2021-06-30 18:21:56 +02:00
ws.cpp Reduce heap usage by 4kB 2020-09-20 01:18:31 +02:00
xml.cpp Fixed settings page broken by using "%" in input fields (fixes #1516 ) 2021-06-30 18:21:56 +02:00