BLE-MI Compilation Error #20214
Unanswered
kskenyon
asked this question in
Support request
Replies: 1 comment
-
You have somehow created a build environment, that tries to compile the legacy MI32 driver with the So you need to put the unwanted Bluetooth framework to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
/Users/private/Tasmota/tasmota/tasmota_xsns_sensor/xsns_62_esp32_mi.ino:106:52: error: expected class-name before '{' token
class MI32AdvCallbacks: public NimBLEScanCallbacks {
^
/Users/private/Tasmota/tasmota/tasmota_xsns_sensor/xsns_62_esp32_mi.ino: In function 'void MI32ScanTask(void*)':
/Users/private/Tasmota/tasmota/tasmota_xsns_sensor/xsns_62_esp32_mi.ino:1067:13: error: 'class NimBLEScan' has no member named 'setScanCallbacks'
MI32Scan->setScanCallbacks(&MI32ScanCallbacks,true);
^~~~~~~~~~~~~~~~
/Users/private/Tasmota/tasmota/tasmota_xsns_sensor/xsns_62_esp32_mi.ino: In function 'void MI32ConnectionGetCharacteristics(NimBLERemoteService*)':
/Users/private/Tasmota/tasmota/tasmota_xsns_sensor/xsns_62_esp32_mi.ino:1190:35: error: 'class NimBLERemoteCharacteristic' has no member named 'getProperties'
MI32.conCtx->buffer[i] = chr->getProperties(); // flags as bitfield
^~~~~~~~~~~~~
PROBLEM DESCRIPTION
A clear and concise description of what the problem is.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
Beta Was this translation helpful? Give feedback.
All reactions