improved MQTT #468 set status to "offline" / "online" / "partial"

fix web-serial-console
This commit is contained in:
lumapu 2022-12-14 23:54:11 +01:00
parent e5a40673fd
commit 67b9170fcf
7 changed files with 59 additions and 16 deletions

View file

@ -366,7 +366,7 @@ class RestApi {
if(!mSys->Radio.isChipConnected())
warn.add(F("your NRF24 module can't be reached, check the wiring and pinout"));
else if(!mSys->Radio.isPVariant())
warn.add(F("your NRF24 module have not a plus(+), please check!"));
warn.add(F("your NRF24 module isn't a plus version(+), maybe incompatible!"));
if((!mApp->getMqttIsConnected()) && (String(mConfig->mqtt.broker).length() > 0))
warn.add(F("MQTT is not connected"));