comment for what the mqtt keyboard is used

This commit is contained in:
KlausMu 2024-01-23 07:22:55 +01:00
parent 5529728430
commit 19143c1cfc

View file

@ -1,6 +1,9 @@
#ifndef __DEVICE_KEYBOARD_MQTT_H__
#define __DEVICE_KEYBOARD_MQTT_H__
// The "MQTT keyboard" simply sends MQTT commands to a remote keyboard, which is connected via USB to a device
// https://github.com/KlausMu/esp32-mqtt-keyboard
#define ENABLE_KEYBOARD_MQTT // Comment out to disable WiFi and MQTT
#ifdef ENABLE_KEYBOARD_MQTT