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

Allow the BlynkIRRemote.ino code to compile again. #2016

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

crankyoldgit
Copy link
Owner

Seems something with Blynk has changed. It needs BLYNK_TEMPLATE_ID & BLYNK_TEMPLATE_NAME defined to compile.
e.g.
https://github.com/crankyoldgit/IRremoteESP8266/actions/runs/5665306257/job/15349934790?pr=2015#step:8:148

Compiling .pio/build/esp32dev/libbf0/BlynkNcpDriver/BlynkRpcClientWeakImpl.c.o
In file included from .pio/libdeps/esp32dev/Blynk/src/BlynkApiArduino.h:14,
                 from .pio/libdeps/esp32dev/Blynk/src/BlynkSimpleEsp32.h:20,
                 from /home/runner/work/IRremoteESP8266/IRremoteESP8266/examples/BlynkIrRemote/BlynkIrRemote.ino:115:
.pio/libdeps/esp32dev/Blynk/src/Blynk/BlynkApi.h:39:6: error: #error "Please specify your BLYNK_TEMPLATE_ID and BLYNK_TEMPLATE_NAME"
     #error "Please specify your BLYNK_TEMPLATE_ID and BLYNK_TEMPLATE_NAME"
      ^~~~~

Seems something with Blynk has changed. It needs `BLYNK_TEMPLATE_ID` & `BLYNK_TEMPLATE_NAME` defined to compile.
@crankyoldgit crankyoldgit requested a review from NiKiZe July 26, 2023 06:26
@crankyoldgit crankyoldgit self-assigned this Jul 26, 2023
@crankyoldgit crankyoldgit mentioned this pull request Jul 26, 2023
@crankyoldgit crankyoldgit merged commit 75f9769 into master Jul 26, 2023
@crankyoldgit crankyoldgit deleted the FixBlynkExample branch July 26, 2023 11:57
crankyoldgit added a commit that referenced this pull request Jul 27, 2023
_v2.8.6 (20230727)_

**[Bug Fixes]**
- Ensure `IRCoolixAC::toCommon()` returns `kNoTempValue` when no sensor temp is detected. (#2015 #2012)
- Fix compilation dependency of LG on Samsung send protocol (#2011 #2010)
- Fix missing parameter in call to `IRac::gree()` (#2008 #2007)

**[Features]**
- IRac: Ensure the `sleep` parameter is used for the `FUJITSU_AC` protocol. (#1992 #1991)

**[Misc]**
- Allow the BlynkIRRemote.ino code to compile again. (#2016)
- do not list WHIRLPOOL_AC unconditionally as supported protocol (#2003)
- IRUtils:typeToString() — simplify (#2002)
- Fix brand Green -> Gree (#1994)
- Fix undefined `std::round` compilation error (#1989)
@crankyoldgit crankyoldgit mentioned this pull request Jul 27, 2023
crankyoldgit added a commit that referenced this pull request Jul 28, 2023
## _v2.8.6 (20230727)_

**[Bug Fixes]**
- Ensure `IRCoolixAC::toCommon()` returns `kNoTempValue` when no sensor temp is detected. (#2015 #2012)
- Fix compilation dependency of LG on Samsung send protocol (#2011 #2010)
- Fix missing parameter in call to `IRac::gree()` (#2008 #2007)

**[Features]**
- IRac: Ensure the `sleep` parameter is used for the `FUJITSU_AC` protocol. (#1992 #1991)

**[Misc]**
- Allow the BlynkIRRemote.ino code to compile again. (#2016)
- do not list WHIRLPOOL_AC unconditionally as supported protocol (#2003)
- IRUtils:typeToString() — simplify (#2002)
- Fix brand Green -> Gree (#1994)
- Fix undefined `std::round` compilation error (#1989)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants