added comment for MQTT keyboard

This commit is contained in:
KlausMu 2024-01-23 18:03:50 +01:00
parent c35711a8d2
commit 2fda106f4e

View file

@ -5,6 +5,7 @@
// https://github.com/KlausMu/esp32-mqtt-keyboard // https://github.com/KlausMu/esp32-mqtt-keyboard
#define ENABLE_KEYBOARD_MQTT // Comment out to disable WiFi and MQTT #define ENABLE_KEYBOARD_MQTT // Comment out to disable WiFi and MQTT
// if you activate the MQTT keyboard, consider changing the mapping of the keyboard commands to the MQTT keyboard in file "commandHandler.h"
#ifdef ENABLE_KEYBOARD_MQTT #ifdef ENABLE_KEYBOARD_MQTT
#define KEYBOARD_MQTT_UP "Keyboard_mqtt_up" #define KEYBOARD_MQTT_UP "Keyboard_mqtt_up"