INFO Reading configuration /config/bluetooth-gateway.yaml...
WARNING The selected Arduino framework version is not the recommended one. If there are connectivity or build issues please remove the manual version.
WARNING The selected Arduino framework version is not the recommended one. If there are connectivity or build issues please remove the manual version.
INFO Generating C++ source...
INFO Compiling app...
Processing blegateway1 (board: esp32dev; framework: arduino; platform: https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2.3/platform-espressif32-2.0.2.3.zip)
--------------------------------------------------------------------------------
FILESYSTEM spiffs
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
- tool-mklittlefs 1.203.210628 (2.3)
- tool-mkspiffs 2.230.0 (2.30)
- toolchain-xtensa-esp32 8.4.0+2021r2-patch2
Dependency Graph
|-- <AsyncTCP-esphome> 1.2.2
|-- <WiFi> 2.0.0
|-- <FS> 2.0.0
|-- <Update> 2.0.0
|-- <ESPAsyncWebServer-esphome> 2.1.0
| |-- <AsyncTCP-esphome> 1.2.2
|-- <DNSServer> 2.0.0
|-- <ESPmDNS> 2.0.0
Compiling .pioenvs/blegateway1/src/esphome/components/ble_gateway/ble_gateway.cpp.o
Compiling .pioenvs/blegateway1/src/esphome/components/esp32/gpio_idf.cpp.o
Compiling .pioenvs/blegateway1/src/esphome/components/esp32/preferences.cpp.o
Compiling .pioenvs/blegateway1/src/esphome/components/esp32_ble_tracker/esp32_ble_tracker.cpp.o
Compiling .pioenvs/blegateway1/src/esphome/components/homeassistant/binary_sensor/homeassistant_binary_sensor.cpp.o
src/esphome/components/ble_gateway/ble_gateway.cpp: In member function 'virtual bool esphome::ble_gateway::BLEGateway::parse_device(const esphome::esp32_ble_tracker::ESPBTDevice&)':
src/esphome/components/ble_gateway/ble_gateway.cpp:62:56: error: 'const class esphome::esp32_ble_tracker::ESPBTDevice' has no member named 'get_scan_result'
auto packet = scan_result_to_hci_packet_hex(device.get_scan_result());
^~~~~~~~~~~~~~~
*** [.pioenvs/blegateway1/src/esphome/components/ble_gateway/ble_gateway.cpp.o] Error 1
========================= [FAILED] Took 10.87 seconds =========================