You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for esp8266_milight_hub. It is working perfectly for me!
However, it can only connect to my 2.4G wifi network if I disable the HT LDPC coding capability of the radio device. It seems there was a bug in the espressif8266 platform that was fixed a while ago: kaloz/mwlwifi#278 (comment)
Is it possible to update the platform in plaform.ini so hopefully connecting to certain wifi routers will be a bit easier?
The text was updated successfully, but these errors were encountered:
RF24@~1.3.2 to 1.4.2
ArduinoJson@~6.10.1 to 6.16.0
PubSubClient@~2.7 to 2.8.0 https://github.com/ratkins/RGBConverter.git#07010f2
WebSockets@~2.2.0
CircularBuffer@~1.2.0 to 1.3.3
PathVariableHandlers@~2.0.0
RichHttpServer@~2.0.2
For ArduinoJson 6.19.0 there are code changes required to MiLightClient.cpp as the Method isUndefined() was an unoffical Method an has been removed. I have replaced isUndefinde() with isNull() but I'm not sure if the meaning is the same and isNull() is exactly doing what @sidoh wants to do in the code.
Thank you for esp8266_milight_hub. It is working perfectly for me!
However, it can only connect to my 2.4G wifi network if I disable the HT LDPC coding capability of the radio device. It seems there was a bug in the espressif8266 platform that was fixed a while ago: kaloz/mwlwifi#278 (comment)
Is it possible to update the platform in plaform.ini so hopefully connecting to certain wifi routers will be a bit easier?
The text was updated successfully, but these errors were encountered: