Closed AxelHamburch closed 1 year ago
The messages in the QR code pop up window are slightly misleading as they only show the status of the LNbits server (or the websocket connection to the web page) and not the real websocket connection to the ESP32.
This PR changes two display texts:
"Websocket connected" -> "Websocket established"
"Message received: ..." -> "Message broadcasted: .."
I'm closing this PR to clean up. It is not that important and the messages are always in the eye of the beholder.
The messages in the QR code pop up window are slightly misleading as they only show the status of the LNbits server (or the websocket connection to the web page) and not the real websocket connection to the ESP32.
This PR changes two display texts:
"Websocket connected" -> "Websocket established"
"Message received: ..." -> "Message broadcasted: .."