Turns the led on and off by pub/sub events.
sudo apt install mosquitto-clients
wifi_ssid
wifi_password
mosquitto_pub -h broker.hivemq.com -t test-esp32/led -m "on"
mosquitto_pub -h broker.hivemq.com -t test-esp32/led -m "off"
mosquitto_sub -h broker.hivemq.com -t test-esp32/led