ESPHome 2022.11.0 compatibility#3
ESPHome 2022.11.0 compatibility#3ashmckenzie wants to merge 1 commit intoWeekendWarrior1:powerpal_blefrom ashmckenzie:ashmckenzie/esphome-2022-11-0
Conversation
|
@WeekendWarrior1 this is a rather naive fix on my part, but it does compile and appears to work 🙂 |
|
cc @tathamoddie |
|
Looks like I need to fix the return type mismatch in more places. I'm on 2022.11.3. This compiles for me: |
|
Hi Guys, just checking if there was any updates on the fail to compile issue since 2022.11.0 ? Bad timing for me I got my Powerpal a couple of weeks ago with plans to integrate into HA, I'm not much of a coder but I've tried using @starryalley version of powerpal_ble & ble_client and compiling as a local source and it still fails when it gets to [.pioenvs/powerpal/src/esphome/components/ble_client/automation.cpp.o] and [.pioenvs/powerpal/src/esphome/components/ble_client/ble_client.cpp.o] There is a good chance that I'm not doing something right !, but it comes back with these. virtual bool gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, |
Cheers, this has worked for me too. |
|
This fix and a separate fix for 2023.5.5 has been created in #6 |
What does this implement/fix?
This PR aims to fix compilation issues after I upgraded to use ESPHome 2022.11.0:
Types of changes
Related issue or feature (if applicable): fixes
Pull request in esphome-docs with documentation (if applicable): esphome/esphome-docs#
Test Environment
Example entry for
config.yaml:# Example config.yamlChecklist:
tests/folder).If user exposed functionality or configuration variables are added/changed: