Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1116be7
Added Nexa and Everflourish support (in addition to support for longe…
perivar Jan 28, 2018
759c15a
Added the new support to the README file
perivar Jan 28, 2018
b64c15d
Started adding support for sending larger frame sizes (for e.g. Nexa)
perivar Jan 28, 2018
bba130b
Fixed the protocol handling to properly handle protocols that include…
perivar Jan 29, 2018
1a597bf
Cleanup and fixed the nexa binary string sending
perivar Jan 29, 2018
05599aa
Changed the send method to accept long bit strings and optional sync …
perivar Jan 29, 2018
75f5276
Minor cleanup and adding comments
perivar Jan 31, 2018
cf0e29d
Adding the right travis project
perivar Jan 31, 2018
ecfb4bf
Fixed the Everflourish protocol timings and changed the delay to supp…
perivar Jan 31, 2018
546c18a
Tried some memory optimizations (use the F macro for serial print lin…
perivar Jan 31, 2018
9e52bb1
Added support for ALL ON and OFF buttons for everflourish. Cleaned up…
perivar Jan 31, 2018
7d96e01
Added some comments to understand why the nodemcu version didn't work…
perivar Feb 3, 2018
4ade815
Added protocol support for Cixi Yidong Electronics
Attila-FIN Mar 12, 2018
f6b90d4
Refinee timing for the Cixi Yidong protocol
Attila-FIN Mar 12, 2018
a60a7a4
Added CAME protocol, protocol recognition improvements
Attila-FIN Apr 5, 2018
8799dfd
Add Shi Qiong 32+1 bit protocol
Attila-FIN Nov 1, 2018
be838e0
Merge pull request #1 from Attila-FIN/master
perivar Nov 1, 2018
e69d1f1
Adjust Shi Qiong - 1+32 bit protocol handling
Attila-FIN Nov 3, 2018
6806755
Added protocol for Mertik Maxitrol G6R-H4T1
pkozul Apr 14, 2019
08e9ecf
Merge pull request #3 from pkozul/master
perivar Apr 16, 2019
040471f
Update timing tolerance calculations
Attila-FIN Sep 17, 2020
f41a0f6
Added support for Ferport TAC4KR
ttalikka May 21, 2021
3d56664
Fixed some weird character encoding issue
ttalikka May 21, 2021
f6c683c
Add protocol 15 (AC123)
JuMalIO May 9, 2024
ecf54be
Merge pull request #1 from JuMalIO/patch-1
JuMalIO May 16, 2024
8ef449e
Merge pull request #4 from ttalikka/master
perivar May 17, 2024
fd243b7
Merge branch 'master' into master
perivar May 17, 2024
f669baa
Merge pull request #6 from JuMalIO/master
perivar May 17, 2024
11bfaee
Merge branch 'master' into master
perivar May 17, 2024
cb58657
Merge pull request #2 from Attila-FIN/master
perivar May 17, 2024
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
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ cache:
- "~/.platformio"

env:
- >
PLATFORMIO_CI_SRC=$PWD/examples/Webserver
ARDUINOIDE_CI_SRC=$PLATFORMIO_CI_SRC/Webserver.ino
BOARDS="--board=diecimilaatmega328 --board=uno --board=esp01"
# - >
# PLATFORMIO_CI_SRC=$PWD/examples/Webserver
# ARDUINOIDE_CI_SRC=$PLATFORMIO_CI_SRC/Webserver.ino
# BOARDS="--board=diecimilaatmega328 --board=uno --board=esp01"
- >
PLATFORMIO_CI_SRC=$PWD/examples/ReceiveDemo_Simple
ARDUINOIDE_CI_SRC=$PLATFORMIO_CI_SRC/ReceiveDemo_Simple.ino
Expand Down
Loading