Skip to content

Fix bug in extractBTHomeData at ble-pasv-mqtt-gw.js #150

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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