From d405b5457c3b11669f0b0e7f5bde4003a897d38b Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Sun, 17 Nov 2024 12:55:49 -0500 Subject: [PATCH] Update README.md --- examples/LTE modem/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/LTE modem/README.md b/examples/LTE modem/README.md index 3918988a..0871330f 100644 --- a/examples/LTE modem/README.md +++ b/examples/LTE modem/README.md @@ -25,7 +25,7 @@ For simple cases, you can send data frame to MQTT from terminal, e.g.: `mosquitto_pub -m "100,50,75,89" -t "lte"` For complex situations, you can use Python (or another language for your choice) to retrieve and form the data frame. -An example script is contained in the file ![lte_mqtt.py](lte_mqtt.py) +An example script is contained in the file [lte_mqtt.py](lte_mqtt.py) Install **paho** - Python client library for MQTT: `sudo pacman -S python-paho-mqtt`