mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-05 20:21:38 +02:00
improved MQTT #468 set status to "offline" / "online" / "partial"
fix web-serial-console
This commit is contained in:
parent
e5a40673fd
commit
67b9170fcf
7 changed files with 59 additions and 16 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue