* IRremoteESP8266 upgraded to v2.8.5 (from v2.8.4) * Fix ir panasonic esp8266 (#18013) * revert part of #16179 for ESP8266 * Revert "revert part of #16179 for ESP8266" This reverts commit b8e61264074f0dd92e5fca29a991d31c97f8f9ee. * try to revert #16179 for esp8266 * Build: removed redundand USE_IR_REMOTE_FULL flag Tasmota32-ir PIO had both FIRMWARE_IR and USE_IR_REMOTE_FULL defined. The latter is redundand and yielded unnecessary build warns. See: tasmota_configurations.h --------- Co-authored-by: Mateusz Bronk <2566147+mbronk@users.noreply.github.com> Co-authored-by: Barbudor <barbudor@barbudor.net>
56 lines
734 B
Plaintext
56 lines
734 B
Plaintext
#----------------------------------------#
|
|
# .gitingore for IRremoteESP8266 library #
|
|
#----------------------------------------#
|
|
|
|
### Files to ignore.
|
|
|
|
## Editors
|
|
# vi/vim
|
|
**/*.swp
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
## Build environments
|
|
# Platformio
|
|
**/.pio/
|
|
**/.pioenvs/
|
|
**/.piolibdeps/
|
|
**/.clang_complete
|
|
**/.gcc-flags.json
|
|
examples/**/lib
|
|
examples/**/.travis.yml
|
|
examples/**/.gitignore
|
|
lib/readme.txt
|
|
lib/googletest/
|
|
|
|
# GCC pre-compiled headers.
|
|
**/*.gch
|
|
|
|
# Python compiled files
|
|
**/*.pyc
|
|
|
|
# Unit Test builds
|
|
test/*.o
|
|
test/*.a
|
|
test/*_test
|
|
|
|
# Tools builds
|
|
tools/*.o
|
|
tools/*.a
|
|
tools/gc_decode
|
|
tools/mode2_decode
|
|
tools/code_to_raw
|
|
|
|
.pioenvs
|
|
.piolibdeps
|
|
.clang_complete
|
|
.gcc-flags.json
|
|
|
|
#Cygwin builds
|
|
*.exe
|
|
|
|
# Mac extended attributes
|
|
.DS_Store
|
|
/.vs
|