-
Notifications
You must be signed in to change notification settings - Fork 13.3k
fix 8139 netbios in AP mode #8140
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
Conversation
@pabloandresm, I don't think any maintainers use the NetBIOS lib. Have you personally tried this change with AP mode? |
pushing to v4 per still in discussion edit: |
why not the previously suggested |
@mcspr As no-one can make and test a more robust change, I suggest, as part of the current freezing process, to merge this bugfix before of after adding this comment // Note from maintainers: for further improvements, see
// see https://github.com./esp8266/Arduino/pull/8140#discussion_r654549861
// and https://github.com./esp8266/Arduino/pull/8140#issuecomment-1159587969
if (WiFi.getMode()==WIFI_STA)
... |
@d-a-v let me check the change and get back to you... it also seems to generate a malformed packet |
fix for NetBIOS only working if WIFI in STA mode and not AP mode
#8139