Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include new branch of IRremoteESP8266 to save 21k #582

Merged
merged 30 commits into from
Jan 10, 2020
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
53e3fc2
Alexa RGBW Support
Def3nder Nov 5, 2019
fec6cb7
Merge branch 'solidRgbwLedStrips'
Def3nder Nov 21, 2019
734b8d3
Merge branch 'AlexaRgbwCorrection'
Def3nder Nov 21, 2019
6e88bd1
40 keys IR Remote
Def3nder Nov 24, 2019
30ed694
ESU8285 flash size corrected
Def3nder Nov 24, 2019
8676127
ESP32 fixes for Solid RGBW
Def3nder Nov 25, 2019
adb0b70
Update readme.md
Def3nder Nov 25, 2019
13a8183
Update readme.md
Def3nder Nov 25, 2019
99a609c
Update readme.md
Def3nder Nov 25, 2019
0681820
Merge remote-tracking branch 'origin/master'
Def3nder Nov 25, 2019
77e6fab
Use different IR remotes in the settings
Def3nder Dec 15, 2019
4f28120
Use 5CH solid RGB stripes
Def3nder Dec 15, 2019
05ad1a8
change from Opt-Out to Opt-In for solid (analoge) RGB stripes
Def3nder Dec 15, 2019
d00538d
DEFINES for different devices added
Def3nder Dec 15, 2019
0e4bca2
order of PINs alligned to hardware
Def3nder Dec 15, 2019
915ecc1
Update readme.md
Def3nder Dec 16, 2019
fbe35de
correct initialization of variable rgb[]
Def3nder Dec 16, 2019
0004918
Merge remote-tracking branch 'origin/master'
Def3nder Dec 16, 2019
59f9004
SunRise Effect
Def3nder Dec 16, 2019
5615942
Fixed headline
Def3nder Dec 16, 2019
57c2c82
Updates to adopt to upstream master
Def3nder Dec 16, 2019
b58bd80
Merge remote-tracking branch 'origin/master'
Def3nder Dec 16, 2019
804f498
Merge branch 'SunRiseEffect'
Def3nder Dec 17, 2019
4644912
Merge remote-tracking branch 'origin/master'
Def3nder Dec 18, 2019
5332811
Sync with upstream master
Def3nder Jan 9, 2020
ea967b8
Merge remote-tracking branch 'upstream/master'
Def3nder Jan 9, 2020
0daf78e
PIO ini correction
Def3nder Jan 9, 2020
fbaea16
Author of IRremoteESP8266 has created new branch for us ...
Def3nder Jan 10, 2020
13e84b0
Author of IRremoteESP8266 has created new branch for us ...
Def3nder Jan 10, 2020
d411404
Corrected readme.md
Def3nder Jan 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ build_flags =
-w ; supresses all C/C++ warnings
; -D VERSION=0.8.5
; -D DEBUG
#build_flags for the IRremoteESP8266 library (enabled decoders have to appear here)
-D _IR_ENABLE_DEFAULT_=false
-D DECODE_HASH=true
-D DECODE_NEC=true
-D DECODE_SONY=true
-D DECODE_PANASONIC=true
-D DECODE_JVC=true
-D DECODE_SAMSUNG=true
-D DECODE_LG=true
-D DECODE_SANYO=true
-D DECODE_SHARP=true
-D DECODE_DENON=true
# TODO replace libs in /lib with managed libs in here if possible.
# If they are not changed it's just a matter of setting the correct version and change the import statement
lib_deps_external =
Expand All @@ -39,7 +51,9 @@ lib_deps_external =
[email protected]
Esp Async [email protected]
#[email protected]
[email protected]
#[email protected]
#For saving 20k program space the brnach "compile_flags" will be used:
https://github.com/crankyoldgit/IRremoteESP8266.git#compile_flags
#[email protected]
#[email protected]
#For use SSD1306 0.91" OLED display uncomment following
Expand Down