Skip to content

Conversation

@cconde
Copy link

@cconde cconde commented Apr 21, 2025

The indexing was done with variable "i" which was out of the scope of lines 174 to 182.

At line 169 a variable is filled to store the position of the specific data type, so "i" is replaced by "dataType" in the affected lines and now the code is working.

Hope this helps others, thanks for your great work!

The indexing was done with variable "i" which was out of the scope of lines 174 to 182. 
At line 169 a variable is filled to store the position of the specific data type, so "i" is replaced by "dataType" in the affected lines and now the code is working.
@cconde cconde changed the title Fix bug in extractBTHomeData Fix bug in extractBTHomeData at ble-pasv-mqtt-gw.js Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant