Skip to content
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

beacon output is wrong. #1

Closed
ntfiv opened this issue Jan 23, 2021 · 4 comments
Closed

beacon output is wrong. #1

ntfiv opened this issue Jan 23, 2021 · 4 comments
Assignees

Comments

@ntfiv
Copy link

ntfiv commented Jan 23, 2021

初めまして。興味深いソフトですので試用させていただきました。
beacon「type」で出力される情報がおかしくなっているようです。
「optional data」に設定すると「type」が出力されるようです。
ご確認をお願いします。

automatic translation
Nice to meet you. This is an interesting software, so I tried it.
It seems that the information output by beacon "type" is not correct.
If you set it to "optional data", the "type" seems to be output.
Please check it.

@zbx1425
Copy link
Owner

zbx1425 commented Jan 24, 2021

It seems that I accidentally set the arguments in the wrong order.
The software haven't been completely tested, sorry for the inconvenience!
I'll fix it as soon as possible.

For temporary fix, change Line 119 of www/js/lua_generator_bve.js inside installation directory (

return "function __atsapi_setbeacondata(__atsarg_type, __atsarg_signal, __atsarg_distance, __atsarg_optional)\n";
)
from

  return "function __atsapi_setbeacondata(__atsarg_type, __atsarg_signal, __atsarg_distance, __atsarg_optional)\n";

to:

  return "function __atsapi_setbeacondata(__atsarg_distance, __atsarg_optional, __atsarg_signal, __atsarg_type)\n";

@zbx1425 zbx1425 self-assigned this Jan 24, 2021
@ntfiv
Copy link
Author

ntfiv commented Jan 24, 2021

Thank you! I was able to take first aid.

@zbx1425
Copy link
Owner

zbx1425 commented Jan 24, 2021

New version 1.0.5.2 should fix #1 and #2.
Please check it out when you have time to spare.
If the issues are fixed, you can then close the issues. Thanks a lot!

@ntfiv
Copy link
Author

ntfiv commented Jan 24, 2021

Looks fine to me! Thank you so much!

@ntfiv ntfiv closed this as completed Jan 24, 2021
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

No branches or pull requests

2 participants