lnbits / lnurldevice

For offline and online LNURL devices
MIT License
6 stars 7 forks source link

Websocket notification correction #10

Closed AxelHamburch closed 1 year ago

AxelHamburch commented 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: .."

AxelHamburch commented 1 year ago

I'm closing this PR to clean up. It is not that important and the messages are always in the eye of the beholder.