fix 8139 netbios in AP mode#8140
fix 8139 netbios in AP mode#8140pabloandresm wants to merge 3 commits intoesp8266:masterfrom pabloandresm:master
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